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