FldCount
SCPI Command :
SBUS<*>:UART:WORD<*>:FLDCount
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, word=Word.Default) int[source]
# SBUS<*>:UART:WORD<*>:FLDCount value: int = driver.sbus.uart.word.fldCount.get(serialBus = repcap.SerialBus.Default, word = repcap.Word.Default)
Returns the number of fields available in the seleced word.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
word – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Word’)