State
SCPI Command :
SBUS<*>:LIN:FRAMe<*>:FLD<*>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) SbusLinFrameState[source]
# SBUS<*>:LIN:FRAMe<*>:FLD<*>:STATe value: enums.SbusLinFrameState = driver.sbus.lin.frame.fld.state.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)
Returns the state of the specified field.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)
field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)
- Returns:
state: OK | WAKeup | CHCKsum | PRERror | STERror | SYERror | LNERror | UNK | INComplete
OK: The field has no error, it is valid.
WAKeup: Wakeup bit missing
CHCKsum: Checksum error
PRERror: Parity error, incorrect parity bit
STERror: Start error, incorrect start bit
SYERror: Synchronization error, incorrect synchronization bit
LNERror: Length error
UNKNown: State unknown
INComplete: Field not completely contained in the acquisition.