State
SCPI Command :
BUS<*>:CANXl:FRAMe<*>:FLD<*>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) CanXlFrameState[source]
# BUS<*>:CANXl:FRAMe<*>:FLD<*>:STATe value: enums.CanXlFrameState = driver.bus.canXl.frame.fld.state.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Returns the state of the specified field in the specified 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’)
busFieldNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fld’)
- Returns:
state: OK | EOFD | ACKD | NOACk | CRCD | CRC | SERRror | FORM | BTST | UNKNown | INComplete
OK: The field has no error, it is valid.
EOFD: Wrong end of field
ACKD: Acknowledgment delimiter error
NOACk: Field acknowledgment is missing
CRCD: Checksum delimiter error
CRC: Checksum error, cyclic redundancy check failed
SERRror: Stuff count error (CAN-FD ISO only)
FORM: Fixed-bit form error
BTST: Bit stuffing error
UNKNown: State unknown
INComplete: Field not completely contained in the acquisition.