Imin

SCPI Command :

BUS<*>:CMSB:FILTer:FRAMe<*>:FLD<*>:IMIN
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<*>:IMIN
value: int = driver.bus.cmsb.filterPy.frame.fld.imin.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

Specifies the index, or sets the start value of an index 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_min: 1 to 65.534E+3

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

Specifies the index, or sets the start value of an index range.

Parameters:
  • index_min – 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’)