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