State
SCPI Command :
SBUS<*>:DPHY:FRAMe<*>:FLD<*>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) SbusDphyFrameState[source]
# SBUS<*>:DPHY:FRAMe<*>:FLD<*>:STATe value: enums.SbusDphyFrameState = driver.sbus.dphy.frame.fld.state.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)
Returns the overall state of the specified field in 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’)
field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)
- Returns:
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.