Id1Value
SCPI Command :
SBUS<*>:SPI:FORMat:FRAMe<*>:ID1Value
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default) List[float][source]
# SBUS<*>:SPI:FORMat:FRAMe<*>:ID1Value value: List[float] = driver.sbus.spi.formatPy.frame.id1Value.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default)
Sets the value of the corresponding field type.
- 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’)
- set(id_1_value: List[float], serialBus=SerialBus.Default, frame=Frame.Default) None[source]
# SBUS<*>:SPI:FORMat:FRAMe<*>:ID1Value driver.sbus.spi.formatPy.frame.id1Value.set(id_1_value = [1.1, 2.2, 3.3], serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default)
Sets the value of the corresponding field type.
- 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’)