Channel

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:CHANnel:TMODe
CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:CHANnel:DTMode
CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:CHANnel:LOOPback
CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:CHANnel:TXTest
class Channel[source]

Channel commands group definition. 4 total commands, 0 Sub-groups, 4 group commands

class LoopbackStruct[source]

Structure for reading output parameters. Fields:

  • Rx_Chan: int: numeric Range: 0 Ch to 78 Ch

  • Tx_Chan: int: numeric Range: 0 Ch to 78 Ch

get_dt_mode()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:CHANnel:DTMode
value: int = driver.configure.rfSettings.channel.get_dt_mode()

Configures the channel number for direct test mode.

return

rx_tx_chan: numeric Range: 0 Ch to 39 Ch

get_loopback()LoopbackStruct[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:CHANnel:LOOPback
value: LoopbackStruct = driver.configure.rfSettings.channel.get_loopback()

Defines the channels used by the loopback test.

return

structure: for return value, see the help for LoopbackStruct structure arguments.

get_tmode()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:CHANnel:TMODe
value: int = driver.configure.rfSettings.channel.get_tmode()

Sets the RF channel for LE test mode. This mode supports both data and advertising channels.

return

rx_tx_chan: numeric Channel number Range: 0 Ch to 39 Ch

get_tx_test()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:CHANnel:TXTest
value: int = driver.configure.rfSettings.channel.get_tx_test()

Defines the channels used by the TX test.

return

rx_tx_chan: numeric Range: 0 Ch to 78 Ch

set_dt_mode(rx_tx_chan: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:CHANnel:DTMode
driver.configure.rfSettings.channel.set_dt_mode(rx_tx_chan = 1)

Configures the channel number for direct test mode.

param rx_tx_chan

numeric Range: 0 Ch to 39 Ch

set_loopback(value: RsCmwBluetoothSig.Implementations.Configure_.RfSettings_.Channel.Channel.LoopbackStruct)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:CHANnel:LOOPback
driver.configure.rfSettings.channel.set_loopback(value = LoopbackStruct())

Defines the channels used by the loopback test.

param value

see the help for LoopbackStruct structure arguments.

set_tmode(rx_tx_chan: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:CHANnel:TMODe
driver.configure.rfSettings.channel.set_tmode(rx_tx_chan = 1)

Sets the RF channel for LE test mode. This mode supports both data and advertising channels.

param rx_tx_chan

numeric Channel number Range: 0 Ch to 39 Ch

set_tx_test(rx_tx_chan: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:CHANnel:TXTest
driver.configure.rfSettings.channel.set_tx_test(rx_tx_chan = 1)

Defines the channels used by the TX test.

param rx_tx_chan

numeric Range: 0 Ch to 78 Ch