Id3Value
SCPI Command :
SBUS<*>:USBone:FORMat:FRAMe<*>:ID3Value
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default) List[float][source]
# SBUS<*>:USBone:FORMat:FRAMe<*>:ID3Value value: List[float] = driver.sbus.usbOne.formatPy.frame.id3Value.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_3_value: List[float], serialBus=SerialBus.Default, frame=Frame.Default) None[source]
# SBUS<*>:USBone:FORMat:FRAMe<*>:ID3Value driver.sbus.usbOne.formatPy.frame.id3Value.set(id_3_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’)