Border
SCPI Command :
TRIGger<*>:CAN:BORDer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) Endianness[source]
# TRIGger<*>:CAN:BORDer value: enums.Endianness = driver.trigger.can.border.get(trigger = repcap.Trigger.Default)
Sets the byte order (endianness) of the data transfer. Only for CAN protocol.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
endianness: BENDian | LENDian
BENDian: Big endian, data is analyzed and evaluated in the order of reception.
LENDian: Little endian, the instrument reads the complete data, reverses the byte order of the data, and compares it with the specified data word.
- set(endianness: Endianness, trigger=Trigger.Default) None[source]
# TRIGger<*>:CAN:BORDer driver.trigger.can.border.set(endianness = enums.Endianness.BENDian, trigger = repcap.Trigger.Default)
Sets the byte order (endianness) of the data transfer. Only for CAN protocol.
- Parameters:
endianness –
BENDian | LENDian
BENDian: Big endian, data is analyzed and evaluated in the order of reception.
LENDian: Little endian, the instrument reads the complete data, reverses the byte order of the data, and compares it with the specified data word.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)