Imax

SCPI Command :

BUS<*>:CMSB:FILTer:FRAMe<*>:FLD<*>:IMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) int[source]
# BUS<*>:CMSB:FILTer:FRAMe<*>:FLD<*>:IMAX
value: int = driver.bus.cmsb.filterPy.frame.fld.imax.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

Sets the end value of an index range if method RsRtx.bus.cmsb.filterPy.frame.fld.ioperator.set() is set to INRange or RANGe.

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

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

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

Returns:

index_max: 1 to 65.534E+3

set(index_max: int, bus=Bus.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# BUS<*>:CMSB:FILTer:FRAMe<*>:FLD<*>:IMAX
driver.bus.cmsb.filterPy.frame.fld.imax.set(index_max = 1, bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

Sets the end value of an index range if method RsRtx.bus.cmsb.filterPy.frame.fld.ioperator.set() is set to INRange or RANGe.

Parameters:
  • index_max – 1 to 65.534E+3

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

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

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