Border
SCPI Command :
TRIGger<*>:LIN:BORDer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) Endianness[source]
# TRIGger<*>:LIN:BORDer value: enums.Endianness = driver.trigger.lin.border.get(trigger = repcap.Trigger.Default)
Sets the byte order (endianness) of the data transfer. According to the standard, LIN data is transmitted in little endian transfer order.
- 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<*>:LIN:BORDer driver.trigger.lin.border.set(endianness = enums.Endianness.BENDian, trigger = repcap.Trigger.Default)
Sets the byte order (endianness) of the data transfer. According to the standard, LIN data is transmitted in little endian transfer order.
- 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’)