Status
SCPI Command :
BUS<*>:LIN:FRAMe<*>:STATus
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, busFrameNull=BusFrameNull.Default) BusLinFrameState[source]
# BUS<*>:LIN:FRAMe<*>:STATus value: enums.BusLinFrameState = driver.bus.lin.frame.status.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default)
Returns the overall state of the selected frame.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)
- Returns:
state: UART: at least one UART error occured. LIN uses UART words without parity bit. CHCKsum: checksum error VERS: the version of the LIN standard is not valid LENer: unexpected length SPERror: stop error PRERror: parity error in identifier SYERror: synchronization error WAKeup: the frame is a wakeup frame CPERror: parity error and checksum error INSufficient: the frame is not completely contained in the acquisition. The decoded part of the frame is valid. INComplete: the frame is missing some parts