Status
SCPI Command :
SBUS<*>:LIN:FRAMe<*>:STATus
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default) SbusLinFrameState[source]
# SBUS<*>:LIN:FRAMe<*>:STATus value: enums.SbusLinFrameState = driver.sbus.lin.frame.status.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default)
Returns the overall state of the selected frame.
- 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’)
- Returns:
frame_state: WAKeup: wake-up frame. CHCKsum: checksum error PRERror: parity error in identifier STERror: stop error SYERror: synchronization error LNERror: unexpected length UNK: unknown error