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