Nrpm

SCPI Commands :

INITiate:GPRF:MEASurement<Instance>:NRPM
STOP:GPRF:MEASurement<Instance>:NRPM
ABORt:GPRF:MEASurement<Instance>:NRPM
class NrpmCls[source]

Nrpm commands group definition. 8 total commands, 2 Subgroups, 3 group commands

abort(opc_timeout_ms: int = -1) None[source]
# SCPI: ABORt:GPRF:MEASurement<Instance>:NRPM
driver.nrpm.abort()

No command help available

param opc_timeout_ms:

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

initiate(opc_timeout_ms: int = -1) None[source]
# SCPI: INITiate:GPRF:MEASurement<Instance>:NRPM
driver.nrpm.initiate()

No command help available

param opc_timeout_ms:

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

stop(opc_timeout_ms: int = -1) None[source]
# SCPI: STOP:GPRF:MEASurement<Instance>:NRPM
driver.nrpm.stop()

No command help available

param opc_timeout_ms:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.nrpm.clone()

Subgroups