Id3Field
SCPI Command :
SBUS<*>:USBone:FORMat:FRAMe<*>:ID3Field
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default) str[source]
# SBUS<*>:USBone:FORMat:FRAMe<*>:ID3Field value: str = driver.sbus.usbOne.formatPy.frame.id3Field.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default)
Sets the identifying field type for the configured frame 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_field: str, serialBus=SerialBus.Default, frame=Frame.Default) None[source]
# SBUS<*>:USBone:FORMat:FRAMe<*>:ID3Field driver.sbus.usbOne.formatPy.frame.id3Field.set(id_3_field = 'abc', serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default)
Sets the identifying field type for the configured frame 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’)