Status
SCPI Command :
SBUS<*>:DPHY:FRAMe<*>:STATus
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default) SbusDphyFrameState[source]
# SBUS<*>:DPHY:FRAMe<*>:STATus value: enums.SbusDphyFrameState = driver.sbus.dphy.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 | ECCWarning | ECC | FORMat | CRC | LENGth | INComplete
OK: The field has no error, it is valid.
ECCWarning: ECC warning, indicating a correctable transmission error that can be fixed by the receiver.
ECC: ECC error, indicating an uncorrectable transmission error.
FORMat: Format error due to a mismatch between frame length and frame ID. Only available for long and short packets.
CRC: The CRC of the frame is not as expected, indicating an error.
LENGth: The length of the field is not as expected, indicating an error.
INComplete: The frame is not completely contained in the acquisition. The acquired part of the frame is valid.