Second

SCPI Command:

SOURce:AFRF:GENerator<Instance>:AIN:SECond:MLEVel
class SecondCls[source]

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

get_mlevel() float[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:AIN:SECond:MLEVel
value: float = driver.source.afRf.generator.audioInput.second.get_mlevel()

Specifies the maximum expected level for the AF2 IN connector. This setting is only relevant, if auto ranging is disabled.

return:

level: Maximum expected level Range: 10E-6 V to 43 V, Unit: V

set_mlevel(level: float) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:AIN:SECond:MLEVel
driver.source.afRf.generator.audioInput.second.set_mlevel(level = 1.0)

Specifies the maximum expected level for the AF2 IN connector. This setting is only relevant, if auto ranging is disabled.

param level:

Maximum expected level Range: 10E-6 V to 43 V, Unit: V