Dmax
SCPI Command :
TRIGger:SBSW:MANCh:DMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# TRIGger:SBSW:MANCh:DMAX value: str = driver.trigger.sbsw.manch.dmax.get()
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.manch.frame.fld.doperator.set().
- set(frame: str, field: str, data: str) None[source]
# TRIGger:SBSW:MANCh:DMAX driver.trigger.sbsw.manch.dmax.set(frame = 'abc', field = 'abc', data = 'abc')
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.manch.frame.fld.doperator.set().