State

SCPI Command :

CONFigure:MUTex:STATe
class StateCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • State: enums.MutexState: No parameter help available

  • Key: int: No parameter help available

get(name: str, action: MutexAction = None, timeout: float = None) GetStruct[source]
# SCPI: CONFigure:MUTex:STATe
value: GetStruct = driver.configure.mutex.state.get(name = 'abc', action = enums.MutexAction.DONothing, timeout = 1.0)

No command help available

param name:

No help available

param action:

No help available

param timeout:

No help available

return:

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