Imax
SCPI Command :
SBUS<*>:TNOS:FILTer:IMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) int[source]
# SBUS<*>:TNOS:FILTer:IMAX value: int = driver.sbus.tnos.filterPy.imax.get(serialBus = repcap.SerialBus.Default)
Sets the end value of an index range if the operator is set to INRange. You can set the operator with method
RsMxo.sbus.tnos.filterPy.frame.fld.ioperator.set().- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- set(frame: str, field: str, data: int, serialBus=SerialBus.Default) None[source]
# SBUS<*>:TNOS:FILTer:IMAX driver.sbus.tnos.filterPy.imax.set(frame = 'abc', field = 'abc', data = 1, serialBus = repcap.SerialBus.Default)
Sets the end value of an index range if the operator is set to INRange. You can set the operator with method
RsMxo.sbus.tnos.filterPy.frame.fld.ioperator.set().- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)