Dlc

SCPI Command :

SEARch:TRIGger:CAN:DLC
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:CAN:DLC
value: int = driver.search.trigger.can.dlc.get(search = 'abc')

Sets the Data Length Code, the number of data bytes to be found. For complete definition, set also the operator with method RsRtx.search.trigger.can.dlcCondition.set() .

Returns:

word_count: 1 to 8

set(search: str, word_count: int) None[source]
# SEARch:TRIGger:CAN:DLC
driver.search.trigger.can.dlc.set(search = 'abc', word_count = 1)

Sets the Data Length Code, the number of data bytes to be found. For complete definition, set also the operator with method RsRtx.search.trigger.can.dlcCondition.set() .

Parameters:

word_count – 1 to 8