Ploss

SCPI Commands :

STOP:GPRF:MEASurement<Instance>:PLOSs
ABORt:GPRF:MEASurement<Instance>:PLOSs
class PlossCls[source]

Ploss commands group definition. 21 total commands, 7 Subgroups, 2 group commands

abort(opc_timeout_ms: int = -1) None[source]
# SCPI: ABORt:GPRF:MEASurement<Instance>:PLOSs
driver.gprf.measurement.ploss.abort()


    INTRO_CMD_HELP: Stops or aborts the measurement:

    - STOP...: The measurement enters the 'RDY' state. The resources remain allocated to the measurement.
    - ABORt...: The measurement enters the 'OFF' state. Allocated resources are released.

    :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>:PLOSs
driver.gprf.measurement.ploss.stop()


    INTRO_CMD_HELP: Stops or aborts the measurement:

    - STOP...: The measurement enters the 'RDY' state. The resources remain allocated to the measurement.
    - ABORt...: The measurement enters the 'OFF' state. Allocated resources are released.

    :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.gprf.measurement.ploss.clone()

Subgroups