Level

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:AOUT<nr>:LEVel
class LevelCls[source]

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

get(audioOutput=AudioOutput.Default) float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:AOUT<nr>:LEVel
value: float = driver.configure.afRf.measurement.audioOutput.level.get(audioOutput = repcap.AudioOutput.Default)

Specifies the output level for an AF OUT connector in voltage-related units (Table ‘Units relevant for remote commands’) . The command sets the same unit for both AF OUT connectors. If you want to set different level units (e.g. dBm) or set level for both connectors independently, use method RsCma.Configure.AfRf.Measurement.AudioOutput.First.level for AF1 OUT and method RsCma.Configure.AfRf.Measurement.AudioOutput.Second.level for AF2 OUT.

param audioOutput:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AudioOutput’)

return:

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

set(level: float, audioOutput=AudioOutput.Default) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:AOUT<nr>:LEVel
driver.configure.afRf.measurement.audioOutput.level.set(level = 1.0, audioOutput = repcap.AudioOutput.Default)

Specifies the output level for an AF OUT connector in voltage-related units (Table ‘Units relevant for remote commands’) . The command sets the same unit for both AF OUT connectors. If you want to set different level units (e.g. dBm) or set level for both connectors independently, use method RsCma.Configure.AfRf.Measurement.AudioOutput.First.level for AF1 OUT and method RsCma.Configure.AfRf.Measurement.AudioOutput.Second.level for AF2 OUT.

param level:

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

param audioOutput:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AudioOutput’)