Imax

SCPI Command :

SBUS<*>:RFFE:FILTer:IMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) int[source]
# SBUS<*>:RFFE:FILTer:IMAX
value: int = driver.sbus.rffe.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.rffe.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<*>:RFFE:FILTer:IMAX
driver.sbus.rffe.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.rffe.filterPy.frame.fld.ioperator.set() .

Parameters:

serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)