First

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:AOUT:FIRSt:LEVel
class FirstCls[source]

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

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

Specifies the output level for the AF1 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:FIRSt:LEVel
driver.configure.afRf.measurement.audioOutput.first.set_level(level = 1.0)

Specifies the output level for the AF1 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