All

SCPI Command :

FETCh:BLUetooth:MEASurement<Instance>:HDRP:STATe:ALL
class AllCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Main_State: enums.ResourceState: No parameter help available

  • Sync_State: enums.SyncState: No parameter help available

  • Resource_State: enums.ResourceState: No parameter help available

fetch(timeout: float = None, target_main_state: TargetMainState = None, target_sync_state: SyncState = None) FetchStruct[source]
# SCPI: FETCh:BLUetooth:MEASurement<Instance>:HDRP:STATe:ALL
value: FetchStruct = driver.hdrp.state.all.fetch(timeout = 1.0, target_main_state = enums.TargetMainState.OFF, target_sync_state = enums.SyncState.ADJusted)

No command help available

param timeout:

No help available

param target_main_state:

No help available

param target_sync_state:

No help available

return:

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