Zero

SCPI Command :

CALibration:GPRF:MEASurement<Instance>:EPSensor:ZERO
class ZeroCls[source]

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

get() ZeroingState[source]
# SCPI: CALibration:GPRF:MEASurement<Instance>:EPSensor:ZERO
value: enums.ZeroingState = driver.calibration.gprf.measurement.extPwrSensor.zero.get()

Initiates zeroing of the power sensor or reads the zeroing state. A running external power sensor measurement is interrupted and restarted after the zeroing procedure has been completed. Zeroing takes a few seconds (3 to 10) .

Suppressed linked return values: reliability

return:

zeroing_state: ‘PASSed’: The previous zeroing was successful. ‘FAILed’: The previous zeroing resulted in an error, e.g. because the signal power was not switched off.

set() None[source]
# SCPI: CALibration:GPRF:MEASurement<Instance>:EPSensor:ZERO
driver.calibration.gprf.measurement.extPwrSensor.zero.set()

Initiates zeroing of the power sensor or reads the zeroing state. A running external power sensor measurement is interrupted and restarted after the zeroing procedure has been completed. Zeroing takes a few seconds (3 to 10) .

Suppressed linked return values: reliability

set_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: CALibration:GPRF:MEASurement<Instance>:EPSensor:ZERO
driver.calibration.gprf.measurement.extPwrSensor.zero.set_with_opc()

Initiates zeroing of the power sensor or reads the zeroing state. A running external power sensor measurement is interrupted and restarted after the zeroing procedure has been completed. Zeroing takes a few seconds (3 to 10) .

Suppressed linked return values: reliability

Same as set, but waits for the operation to complete before continuing further. Use the RsCMPX_Gprf.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms:

Maximum time to wait in milliseconds, valid only for this call.