Rdmd

SCPI Command :

SBUS<*>:RFFE:RDMD
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) SbusRffeReadMode[source]
# SBUS<*>:RFFE:RDMD
value: enums.SbusRffeReadMode = driver.sbus.rffe.rdmd.get(serialBus = repcap.SerialBus.Default)

Selects, if the standard or synchronous read mode is used.

Parameters:

serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)

Returns:

read_mode: STRD: standard SREAD: synchronous read

set(read_mode: SbusRffeReadMode, serialBus=SerialBus.Default) None[source]
# SBUS<*>:RFFE:RDMD
driver.sbus.rffe.rdmd.set(read_mode = enums.SbusRffeReadMode.SREAD, serialBus = repcap.SerialBus.Default)

Selects, if the standard or synchronous read mode is used.

Parameters:
  • read_mode – STRD: standard SREAD: synchronous read

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