Status
SCPI Command :
SBUS<*>:EBTB:FRAMe<*>:STATus
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default) SbusEbTbFrameState[source]
# SBUS<*>:EBTB:FRAMe<*>:STATus value: enums.SbusEbTbFrameState = driver.sbus.ebtb.frame.status.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default)
Returns the overall state of the specified 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: OK | LENGth | CRC | PARity | SYMBol | DISParity | AMBiguous | INComplete
OK: The field has no error, it is valid.
LENGth: The length of the field is not as expected, indicating an error.
CRC: The CRC of the frame is not as expected, indicating an error.
PARity: Parity is not as expected, indicating an error
SYMBol: Encountered an invalid 10-bit sequence, indicating an error.
DISParity: The symbol’s disparity is incompatible with the running disparity, indicating an error.
AMBiguous: The frame is ambiguous.
INComplete: The frame is not completely contained in the acquisition. The acquired part of the frame is valid.