State

SCPI Command :

SBUS<*>:MILStd:WORD<*>:FLD<*>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, word=Word.Default, field=Field.Default) SbusMilstdFrameState[source]
# SBUS<*>:MILStd:WORD<*>:FLD<*>:STATe
value: enums.SbusMilstdFrameState = driver.sbus.milstd.word.fld.state.get(serialBus = repcap.SerialBus.Default, word = repcap.Word.Default, field = repcap.Field.Default)

Returns the overall state of the specified field in the specified frame.

Parameters:
  • serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)

  • word – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Word’)

  • field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)

Returns:

state: OK: the word is valid. SYNC: synchronization error occured. MANC: manchester coding error occured. PAR: parity error occured. GAP: timing gap error occured. RT: remote terminal error occured. INComplete: the sequence is not completely contained in the acquisition UNKNown: unknown frame type