State

SCPI Command :

FETCh:GPRF:MEASurement<instance>:PLOSs:OPEN:STATe
class StateCls[source]

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

fetch(connection_name: str) PathLossState[source]
# SCPI: FETCh:GPRF:MEASurement<instance>:PLOSs:OPEN:STATe
value: enums.PathLossState = driver.gprf.measurement.ploss.open.state.fetch(connection_name = 'abc')

Queries the result state for the measurement step Open and a selected RF connection. For possible connection names, see method RsCMPX_Gprf.Catalog.Gprf.Measurement.Ploss.cname.

Suppressed linked return values: reliability

param connection_name:

RF connection for which the result state is queried.

return:

result_state: NCAP: No measurement results available. PEND: Measurement is running. RDY: Measurement is complete, results available.