Status
SCPI Command :
BUS<*>:SENT:FRAMe<*>:STATus
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, busFrameNull=BusFrameNull.Default) BusSentFrameState[source]
# BUS<*>:SENT:FRAMe<*>:STATus value: enums.BusSentFrameState = driver.bus.sent.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: OK: the frame is valid. SYNC: Synchronization error occurred. PULse: Pulse error occurred. CRC: Cyclic redundancy check failed. IRFL: Irregular frame length error occurred. FORM: Format error occurred. INSufficient: The frame is not completely contained in the acquisition. The acquired part of the frame is valid.