Imin

SCPI Command :

SBUS<*>:SENT:FILTer:IMIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) int[source]
# SBUS<*>:SENT:FILTer:IMIN
value: int = driver.sbus.sent.filterPy.imin.get(serialBus = repcap.SerialBus.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’)

set(frame: str, field: str, data: int, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SENT:FILTer:IMIN
driver.sbus.sent.filterPy.imin.set(frame = 'abc', field = 'abc', data = 1, serialBus = repcap.SerialBus.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’)