Auto

SCPI Commands :

CONFigure:GPRF:MEASurement<Instance>:EPSensor:AUTO:MTIMe
CONFigure:GPRF:MEASurement<Instance>:EPSensor:AUTO:NSR
class AutoCls[source]

Auto commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_mtime() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:EPSensor:AUTO:MTIMe
value: float = driver.configure.gprf.measurement.extPwrSensor.auto.get_mtime()

No command help available

return:

meas_time: No help available

get_nsr() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:EPSensor:AUTO:NSR
value: float = driver.configure.gprf.measurement.extPwrSensor.auto.get_nsr()

No command help available

return:

nsr: No help available

set_mtime(meas_time: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:EPSensor:AUTO:MTIMe
driver.configure.gprf.measurement.extPwrSensor.auto.set_mtime(meas_time = 1.0)

No command help available

param meas_time:

No help available

set_nsr(nsr: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:EPSensor:AUTO:NSR
driver.configure.gprf.measurement.extPwrSensor.auto.set_nsr(nsr = 1.0)

No command help available

param nsr:

No help available