Per

SCPI Commands

INITiate:EVDO:SIGNaling<Instance>:PER
STOP:EVDO:SIGNaling<Instance>:PER
ABORt:EVDO:SIGNaling<Instance>:PER
class Per[source]

Per commands group definition. 5 total commands, 1 Sub-groups, 3 group commands

abort()None[source]
# SCPI: ABORt:EVDO:SIGNaling<instance>:PER
driver.per.abort()

These remote commands control the packet error rate measurement - either forward or reverse, depending on the current test application mode (see method RsCmwEvdoSig.Configure.Application.mode) .

INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

  • INITiate… starts or restarts the measurement. The measurement enters the ‘RUN’ state.

  • STOP… halts the measurement immediately. The measurement enters the ‘RDY’ state. Measurement results are kept. The resources remain allocated to the measurement.

  • ABORt… halts the measurement immediately. The measurement enters the ‘OFF’ state. All measurement values are set to NAV. Allocated resources are released.

Use FETCh…STATe? to query the current measurement state.

abort_with_opc()None[source]
# SCPI: ABORt:EVDO:SIGNaling<instance>:PER
driver.per.abort_with_opc()

These remote commands control the packet error rate measurement - either forward or reverse, depending on the current test application mode (see method RsCmwEvdoSig.Configure.Application.mode) .

INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

  • INITiate… starts or restarts the measurement. The measurement enters the ‘RUN’ state.

  • STOP… halts the measurement immediately. The measurement enters the ‘RDY’ state. Measurement results are kept. The resources remain allocated to the measurement.

  • ABORt… halts the measurement immediately. The measurement enters the ‘OFF’ state. All measurement values are set to NAV. Allocated resources are released.

Use FETCh…STATe? to query the current measurement state.

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

initiate()None[source]
# SCPI: INITiate:EVDO:SIGNaling<instance>:PER
driver.per.initiate()

These remote commands control the packet error rate measurement - either forward or reverse, depending on the current test application mode (see method RsCmwEvdoSig.Configure.Application.mode) .

INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

  • INITiate… starts or restarts the measurement. The measurement enters the ‘RUN’ state.

  • STOP… halts the measurement immediately. The measurement enters the ‘RDY’ state. Measurement results are kept. The resources remain allocated to the measurement.

  • ABORt… halts the measurement immediately. The measurement enters the ‘OFF’ state. All measurement values are set to NAV. Allocated resources are released.

Use FETCh…STATe? to query the current measurement state.

initiate_with_opc()None[source]
# SCPI: INITiate:EVDO:SIGNaling<instance>:PER
driver.per.initiate_with_opc()

These remote commands control the packet error rate measurement - either forward or reverse, depending on the current test application mode (see method RsCmwEvdoSig.Configure.Application.mode) .

INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

  • INITiate… starts or restarts the measurement. The measurement enters the ‘RUN’ state.

  • STOP… halts the measurement immediately. The measurement enters the ‘RDY’ state. Measurement results are kept. The resources remain allocated to the measurement.

  • ABORt… halts the measurement immediately. The measurement enters the ‘OFF’ state. All measurement values are set to NAV. Allocated resources are released.

Use FETCh…STATe? to query the current measurement state.

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

stop()None[source]
# SCPI: STOP:EVDO:SIGNaling<instance>:PER
driver.per.stop()

These remote commands control the packet error rate measurement - either forward or reverse, depending on the current test application mode (see method RsCmwEvdoSig.Configure.Application.mode) .

INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

  • INITiate… starts or restarts the measurement. The measurement enters the ‘RUN’ state.

  • STOP… halts the measurement immediately. The measurement enters the ‘RDY’ state. Measurement results are kept. The resources remain allocated to the measurement.

  • ABORt… halts the measurement immediately. The measurement enters the ‘OFF’ state. All measurement values are set to NAV. Allocated resources are released.

Use FETCh…STATe? to query the current measurement state.

stop_with_opc()None[source]
# SCPI: STOP:EVDO:SIGNaling<instance>:PER
driver.per.stop_with_opc()

These remote commands control the packet error rate measurement - either forward or reverse, depending on the current test application mode (see method RsCmwEvdoSig.Configure.Application.mode) .

INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

  • INITiate… starts or restarts the measurement. The measurement enters the ‘RUN’ state.

  • STOP… halts the measurement immediately. The measurement enters the ‘RDY’ state. Measurement results are kept. The resources remain allocated to the measurement.

  • ABORt… halts the measurement immediately. The measurement enters the ‘OFF’ state. All measurement values are set to NAV. Allocated resources are released.

Use FETCh…STATe? to query the current measurement state.

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

Cloning the Group

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

Subgroups