Mlevel

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:AIN<nr>:MLEVel
class MlevelCls[source]

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

get(audioInput=AudioInput.Default) float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:AIN<nr>:MLEVel
value: float = driver.configure.afRf.measurement.audioInput.mlevel.get(audioInput = repcap.AudioInput.Default)

Specifies the maximum expected level for an AF IN connector in voltage-related units (Table ‘Units relevant for remote commands’) . This setting is only relevant, if auto ranging is disabled. The command sets the same unit for both AF IN 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.AudioInput.First.mlevel for AF1 IN and method RsCma.Configure.AfRf.Measurement. AudioInput.Second.mlevel for AF2 IN.

param audioInput:

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

return:

max_level: Range: 10E-6 V to 43 V, Unit: V

set(max_level: float, audioInput=AudioInput.Default) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:AIN<nr>:MLEVel
driver.configure.afRf.measurement.audioInput.mlevel.set(max_level = 1.0, audioInput = repcap.AudioInput.Default)

Specifies the maximum expected level for an AF IN connector in voltage-related units (Table ‘Units relevant for remote commands’) . This setting is only relevant, if auto ranging is disabled. The command sets the same unit for both AF IN 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.AudioInput.First.mlevel for AF1 IN and method RsCma.Configure.AfRf.Measurement. AudioInput.Second.mlevel for AF2 IN.

param max_level:

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

param audioInput:

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