Imax

SCPI Command :

SBUS<*>:MANCh:FILTer:FRAMe<*>:FLD<*>:IMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) int[source]
# SBUS<*>:MANCh:FILTer:FRAMe<*>:FLD<*>:IMAX
value: int = driver.sbus.manch.filterPy.frame.fld.imax.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.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.manch.filterPy.frame.fld.ioperator.set() .

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

  • frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)

  • field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)

Returns:

index_max: 1 to 65535

set(index_max: int, serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) None[source]
# SBUS<*>:MANCh:FILTer:FRAMe<*>:FLD<*>:IMAX
driver.sbus.manch.filterPy.frame.fld.imax.set(index_max = 1, serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.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.manch.filterPy.frame.fld.ioperator.set() .

Parameters:
  • index_max – 1 to 65535

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

  • frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)

  • field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)