Dlength

SCPI Command :

TRIGger<*>:LIN:DLENgth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) int[source]
# TRIGger<*>:LIN:DLENgth
value: int = driver.trigger.lin.dlength.get(trigger = repcap.Trigger.Default)

Sets the length of the bit pattern to be found, in bytes. For Big Endian transfer direction, you can trigger on a number of bytes less than the data length of the frame, that means, on the beginning of the data pattern. For Little Endian transfer direction, the exact number of data bytes in the frame must be set. For complete definition, set also the operator with method RsRtx.trigger.lin.dleCondition.set() .

Parameters:

trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

Returns:

word_count: 1 to 8

set(word_count: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:LIN:DLENgth
driver.trigger.lin.dlength.set(word_count = 1, trigger = repcap.Trigger.Default)

Sets the length of the bit pattern to be found, in bytes. For Big Endian transfer direction, you can trigger on a number of bytes less than the data length of the frame, that means, on the beginning of the data pattern. For Little Endian transfer direction, the exact number of data bytes in the frame must be set. For complete definition, set also the operator with method RsRtx.trigger.lin.dleCondition.set() .

Parameters:
  • word_count – 1 to 8

  • trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)