First

SCPI Command:

SOURce:AFRF:GENerator<Instance>:AIN:FIRSt:MLEVel
class FirstCls[source]

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

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

Specifies the maximum expected level for the AF1 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:FIRSt:MLEVel
driver.source.afRf.generator.audioInput.first.set_mlevel(level = 1.0)

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