Zero

SCPI Command:

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

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

get() Status[source]
# SCPI: CALibration:GPRF:MEASurement<Instance>:NRT:ZERO
value: enums.Status = driver.calibration.gprfMeasurement.nrt.zero.get()

Initiates zeroing of the power sensor. A query returns whether the zeroing was successful.

Use RsCma.reliability.last_value to read the updated reliability indicator.

return:

zeroing_state: PASSed | FAILed

set() None[source]
# SCPI: CALibration:GPRF:MEASurement<Instance>:NRT:ZERO
driver.calibration.gprfMeasurement.nrt.zero.set()

Initiates zeroing of the power sensor. A query returns whether the zeroing was successful.

Use RsCma.reliability.last_value to read the updated reliability indicator.

set_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: CALibration:GPRF:MEASurement<Instance>:NRT:ZERO
driver.calibration.gprfMeasurement.nrt.zero.set_with_opc()

Initiates zeroing of the power sensor. A query returns whether the zeroing was successful.

Use RsCma.reliability.last_value to read the updated reliability indicator.

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

param opc_timeout_ms:

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