State

SCPI Command :

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

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

fetch(timeout: float = None, target_main_state: TargetMainState = None, target_sync_state: SyncState = None) ResourceState[source]
# SCPI: FETCh:BLUetooth:MEASurement<Instance>:HDRP:STATe
value: enums.ResourceState = driver.hdrp.state.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:

main_state: No help available

Cloning the Group

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

Subgroups