Dmax
SCPI Command :
TRIGger<*>:TNOS:FRAMe<*>:FLD<*>:DMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) int[source]
# TRIGger<*>:TNOS:FRAMe<*>:FLD<*>:DMAX value: int = driver.trigger.tnos.frame.fld.dmax.get(trigger = repcap.Trigger.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Sets the end value of a data pattern range for the trigger, if the operator is set to INRange or OORANGe. You can set the operator with method
RsRtx.trigger.tnos.frame.fld.doperator.set().- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)
busFieldNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fld’)
- Returns:
data_max: List of comma-separated values.
- set(data_max: int, trigger=Trigger.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# TRIGger<*>:TNOS:FRAMe<*>:FLD<*>:DMAX driver.trigger.tnos.frame.fld.dmax.set(data_max = 1, trigger = repcap.Trigger.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Sets the end value of a data pattern range for the trigger, if the operator is set to INRange or OORANGe. You can set the operator with method
RsRtx.trigger.tnos.frame.fld.doperator.set().- Parameters:
data_max – List of comma-separated values.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)
busFieldNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fld’)