State

SCPI Command :

FETCh:GPRF:MEASurement<Instance>:PLOSs:EVAL:STATe
class StateCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Result_State_Open: enums.PathLossState: No parameter help available

  • Result_State_Short: enums.PathLossState: No parameter help available

  • Result_State_Eval: enums.PathLossState: No parameter help available

fetch(connector: CmwsConnector, path_index: PathIndex = None) FetchStruct[source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:PLOSs:EVAL:STATe
value: FetchStruct = driver.ploss.eval.state.fetch(connector = enums.CmwsConnector.R11, path_index = enums.PathIndex.P1)

No command help available

param connector:

No help available

param path_index:

No help available

return:

structure: for return value, see the help for FetchStruct structure arguments.