Dlc
SCPI Command :
TRIGger<*>:CXPI:ERRor:DLC
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:CXPI:ERRor:DLC value: bool = driver.trigger.cxpi.error.dlc.get(trigger = repcap.Trigger.Default)
Triggers on a data length code (DLC) error, if method
RsRtx.trigger.cxpi.typePy.set()is set to ERRor. DLC error occurs when the value of the DLC field is different from the data byte field value.- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
error_dlc: OFF | ON
- set(error_dlc: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:CXPI:ERRor:DLC driver.trigger.cxpi.error.dlc.set(error_dlc = False, trigger = repcap.Trigger.Default)
Triggers on a data length code (DLC) error, if method
RsRtx.trigger.cxpi.typePy.set()is set to ERRor. DLC error occurs when the value of the DLC field is different from the data byte field value.- Parameters:
error_dlc – OFF | ON
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)