Imin

SCPI Command :

SBUS<*>:I3C:FILTer:FRAMe<*>:FLD<*>:IMIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) int[source]
# SBUS<*>:I3C:FILTer:FRAMe<*>:FLD<*>:IMIN
value: int = driver.sbus.i3C.filterPy.frame.fld.imin.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)

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

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_min: 1 to 65535

set(index_min: int, serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) None[source]
# SBUS<*>:I3C:FILTer:FRAMe<*>:FLD<*>:IMIN
driver.sbus.i3C.filterPy.frame.fld.imin.set(index_min = 1, serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)

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

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