Imin
SCPI Command :
SBUS<*>:LIN:FILTer:FRAMe<*>:FLD<*>:IMIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) int[source]
# SBUS<*>:LIN:FILTer:FRAMe<*>:FLD<*>:IMIN value: int = driver.sbus.lin.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<*>:LIN:FILTer:FRAMe<*>:FLD<*>:IMIN driver.sbus.lin.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’)