Dmax
SCPI Command :
TRIGger<*>:CXPI:DATA:DMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) int[source]
# TRIGger<*>:CXPI:DATA:DMAX value: int = driver.trigger.cxpi.data.dmax.get(trigger = repcap.Trigger.Default)
Sets the end value of a data type range if method
RsRtx.trigger.cxpi.data.dcondition.set()is set to INRange or OORange.- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(data_max: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:CXPI:DATA:DMAX driver.trigger.cxpi.data.dmax.set(data_max = 1, trigger = repcap.Trigger.Default)
Sets the end value of a data type range if method
RsRtx.trigger.cxpi.data.dcondition.set()is set to INRange or OORange.- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)