Dlc
SCPI Command :
TRIGger<*>:CAN:DLC
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) int[source]
# TRIGger<*>:CAN:DLC value: int = driver.trigger.can.dlc.get(trigger = repcap.Trigger.Default)
Sets the Data Length Code, the number of data bytes to be found. For complete definition, set also the operator with method
RsRtx.trigger.can.dlcCondition.set().- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
word_count: CAN: 1 to 8, CAN FD: 1 to 15 (64 bytes)
- set(word_count: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:CAN:DLC driver.trigger.can.dlc.set(word_count = 1, trigger = repcap.Trigger.Default)
Sets the Data Length Code, the number of data bytes to be found. For complete definition, set also the operator with method
RsRtx.trigger.can.dlcCondition.set().- Parameters:
word_count – CAN: 1 to 8, CAN FD: 1 to 15 (64 bytes)
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)