Second

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:AOUT:SECond:LEVel
class SecondCls[source]

Second commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_level() float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:AOUT:SECond:LEVel
value: float = driver.configure.afRf.measurement.audioOutput.second.get_level()

Specifies the output level for the AF2 OUT connector. Use this command, if you want to set different level units, e.g. dBm (Table ‘Units relevant for remote commands’) , or set the level for both connectors independently.

return:

level: Range: 10E-6 V to 5 V, Unit: V

set_level(level: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:AOUT:SECond:LEVel
driver.configure.afRf.measurement.audioOutput.second.set_level(level = 1.0)

Specifies the output level for the AF2 OUT connector. Use this command, if you want to set different level units, e.g. dBm (Table ‘Units relevant for remote commands’) , or set the level for both connectors independently.

param level:

Range: 10E-6 V to 5 V, Unit: V