Dlength
SCPI Command :
SEARch:TRIGger:LIN:DLENgth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:LIN:DLENgth value: int = driver.search.trigger.lin.dlength.get(search = 'abc')
Sets the length of the bit pattern to be found, in bytes. For complete definition, set the operator using method
RsRtx.search.trigger.lin.dleCondition.set(), and the transfer direction with methodRsRtx.search.trigger.lin.border.set().- Returns:
word_count: 1 to 8
- set(search: str, word_count: int) None[source]
# SEARch:TRIGger:LIN:DLENgth driver.search.trigger.lin.dlength.set(search = 'abc', word_count = 1)
Sets the length of the bit pattern to be found, in bytes. For complete definition, set the operator using method
RsRtx.search.trigger.lin.dleCondition.set(), and the transfer direction with methodRsRtx.search.trigger.lin.border.set().- Parameters:
word_count – 1 to 8