Dmax

SCPI Command :

TRIGger:SBSW:MILStd:FRAMe<*>:FLD<*>:DMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frame=Frame.Default, field=Field.Default) List[int][source]
# TRIGger:SBSW:MILStd:FRAMe<*>:FLD<*>:DMAX
value: List[int] = driver.trigger.sbsw.milstd.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.milstd.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:MILStd:FRAMe<*>:FLD<*>:DMAX
driver.trigger.sbsw.milstd.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.milstd.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’)