All

SCPI Command :

SOURce:GPRF:GENerator<Instance>:SEQuencer:STATe:ALL
class AllCls[source]

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

get(timeout: float = None, target_main_state: TargetMainState = None, target_sync_state: TargetSyncState = None) List[GeneratorState][source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:STATe:ALL
value: List[enums.GeneratorState] = driver.source.sequencer.state.all.get(timeout = 1.0, target_main_state = enums.TargetMainState.OFF, target_sync_state = enums.TargetSyncState.ADJusted)

Queries the states of the generator. Without query parameters, the states are returned immediately. With query parameters, the states are returned when the <TargetMainState> and the <TargetSyncState> are reached or when the <Timeout> expires.

param timeout:

numeric Unit: ms

param target_main_state:

OFF | RUN | STOP Target MainState for the query OFF: main state OFF RUN: main state ON STOP: main state RDY Default is RUN.

param target_sync_state:

PENDing | ADJusted Target SyncState for the query Default is ADJ.

return:

all_states: No help available