Dmax

SCPI Command :

TRIGger:SBSW:RFFE:DMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# TRIGger:SBSW:RFFE:DMAX
value: str = driver.trigger.sbsw.rffe.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.rffe.frame.fld.doperator.set() .

set(frame: str, field: str, data: str) None[source]
# TRIGger:SBSW:RFFE:DMAX
driver.trigger.sbsw.rffe.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.rffe.frame.fld.doperator.set() .