Ucs

SCPI Commands

DIAGnostic:BLUetooth:SIGNaling<Instance>:UCS:STATe
DIAGnostic:BLUetooth:SIGNaling<Instance>:UCS:FREQuency
DIAGnostic:BLUetooth:SIGNaling<Instance>:UCS:MODE
DIAGnostic:BLUetooth:SIGNaling<Instance>:UCS:TESTvector
class Ucs[source]

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

class FrequencyStruct[source]

Structure for reading output parameters. Fields:

  • Cmw_Rx_Frequency: float: No parameter help available

  • Cmw_Tx_Frequency: float: No parameter help available

get_frequency()FrequencyStruct[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:UCS:FREQuency
value: FrequencyStruct = driver.diagnostic.ucs.get_frequency()

No command help available

return

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

get_mode()bool[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:UCS:MODE
value: bool = driver.diagnostic.ucs.get_mode()

No command help available

return

ucs_mode: No help available

get_state()RsCmwBluetoothSig.enums.LeDiagState[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:UCS:STATe
value: enums.LeDiagState = driver.diagnostic.ucs.get_state()

No command help available

return

state: No help available

get_test_vector()RsCmwBluetoothSig.enums.TestVector[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:UCS:TESTvector
value: enums.TestVector = driver.diagnostic.ucs.get_test_vector()

No command help available

return

test_vector: No help available

set_frequency(value: RsCmwBluetoothSig.Implementations.Diagnostic_.Ucs.Ucs.FrequencyStruct)None[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:UCS:FREQuency
driver.diagnostic.ucs.set_frequency(value = FrequencyStruct())

No command help available

param value

see the help for FrequencyStruct structure arguments.

set_mode(ucs_mode: bool)None[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:UCS:MODE
driver.diagnostic.ucs.set_mode(ucs_mode = False)

No command help available

param ucs_mode

No help available

set_test_vector(test_vector: RsCmwBluetoothSig.enums.TestVector)None[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:UCS:TESTvector
driver.diagnostic.ucs.set_test_vector(test_vector = enums.TestVector.INITstack)

No command help available

param test_vector

No help available