Fmosi

SCPI Command :

SBUS<*>:SPI:FRAMe<*>:WORD<*>:FMOSi
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, frame=Frame.Default, word=Word.Default) str[source]
# SBUS<*>:SPI:FRAMe<*>:WORD<*>:FMOSi
value: str = driver.sbus.spi.frame.word.fmosi.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, word = repcap.Word.Default)

Returns the formatted value of the specified word on the MOSI line.

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’)

  • word – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Word’)