Second

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:AIN:SECond:MLEVel
class SecondCls[source]

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

get_mlevel() float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:AIN:SECond:MLEVel
value: float = driver.configure.afRf.measurement.audioInput.second.get_mlevel()

Specifies the maximum expected level for the AF2 IN connector. This setting is only relevant, if auto ranging is disabled. 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:

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

set_mlevel(max_level: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:AIN:SECond:MLEVel
driver.configure.afRf.measurement.audioInput.second.set_mlevel(max_level = 1.0)

Specifies the maximum expected level for the AF2 IN connector. This setting is only relevant, if auto ranging is disabled. 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 max_level:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.afRf.measurement.audioInput.second.clone()

Subgroups