State

SCPI Command :

FETCh:BASE:MCMW:STATe
class StateCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Cmw_1: enums.CmwCurrentStatus: STBY | SALone | MCMW | ERRor | MCCNconnected | PCINconnected STBY: standalone mode, standby state SALone: standalone mode, ready state MCMW: multi-CMW mode, ready state ERRor: an error occurred, a state change failed MCCNconnected: there is no MCC connection to the instrument, so the current state cannot be queried or changed PCINconnected: there is no PCIe connection to the instrument

  • Cmw_2: enums.CmwCurrentStatus: STBY | SALone | MCMW | ERRor | MCCNconnected | PCINconnected

  • Cmw_3: enums.CmwCurrentStatus: STBY | SALone | MCMW | ERRor | MCCNconnected | PCINconnected

  • Cmw_4: enums.CmwCurrentStatus: STBY | SALone | MCMW | ERRor | MCCNconnected | PCINconnected

fetch() FetchStruct[source]
# SCPI: FETCh:BASE:MCMW:STATe
value: FetchStruct = driver.multiCmw.state.fetch()

Queries the current state of CMW 1 to CMW 4.

return:

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