Dmax
SCPI Command :
TRIGger:SBSW:TBTO:FRAMe<*>:FLD<*>:DMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frame=Frame.Default, field=Field.Default) List[int][source]
# TRIGger:SBSW:TBTO:FRAMe<*>:FLD<*>:DMAX value: List[int] = driver.trigger.sbsw.tbto.frame.fld.dmax.get(frame = repcap.Frame.Default, field = repcap.Field.Default)
Sets the end value of a data pattern range for the software trigger, if the operator is set to INRange or OORANGe. You can set the operator with method
RsMxo.trigger.sbsw.tbto.frame.fld.doperator.set().- Parameters:
frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)
field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)
- set(data_max: List[int], frame=Frame.Default, field=Field.Default) None[source]
# TRIGger:SBSW:TBTO:FRAMe<*>:FLD<*>:DMAX driver.trigger.sbsw.tbto.frame.fld.dmax.set(data_max = [1, 2, 3], frame = repcap.Frame.Default, field = repcap.Field.Default)
Sets the end value of a data pattern range for the software trigger, if the operator is set to INRange or OORANGe. You can set the operator with method
RsMxo.trigger.sbsw.tbto.frame.fld.doperator.set().- Parameters:
frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)
field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)