Status
SCPI Command :
SBUS<*>:SWIRe:FRAMe<*>:FLD<*>:STATus
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) SbusSwireFrameState[source]
# SBUS<*>:SWIRe:FRAMe<*>:FLD<*>:STATus value: enums.SbusSwireFrameState = driver.sbus.swire.frame.fld.status.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 | PARity | LENGth | AMBiguous | INComplete
OK: The parity check for the selected field passes.
PARity: Parity is not as expected, indicating an error.
LENGth: The length of the field is not as expected, indicating an error.
AMBiguous: The frame is ambiguous.
INComplete: The frame is incomplete.