Imax

SCPI Command :

TRIGger:SBSW:NRZU:IMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() int[source]
# TRIGger:SBSW:NRZU:IMAX
value: int = driver.trigger.sbsw.nrzu.imax.get()

Sets the end value of an index range for the software trigger if the operator is set to INRange. You can set the operator with method RsMxo.trigger.sbsw.nrzu.frame.fld.ioperator.set() .

set(frame: str, field: str, data: int) None[source]
# TRIGger:SBSW:NRZU:IMAX
driver.trigger.sbsw.nrzu.imax.set(frame = 'abc', field = 'abc', data = 1)

Sets the end value of an index range for the software trigger if the operator is set to INRange. You can set the operator with method RsMxo.trigger.sbsw.nrzu.frame.fld.ioperator.set() .