Source

SCPI Commands

SOURce:BLUetooth:SIGNaling<Instance>:STATe
class Source[source]

Source commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_state()bool[source]
# SCPI: SOURce:BLUetooth:SIGNaling<Instance>:STATe
value: bool = driver.source.get_state()

Sets/gets the main state of the ‘Bluetooth Signaling’ application. Signaling actions such as inquiry or paging are initiated using the method RsCmwBluetoothSig.Call.Connection.Action.value command.

return

main_state: ON | OFF | 1 | 0 When turned ON, the R&S CMW switches to standby state (see method RsCmwBluetoothSig.Connection.State.fetch)

set_state(main_state: bool)None[source]
# SCPI: SOURce:BLUetooth:SIGNaling<Instance>:STATe
driver.source.set_state(main_state = False)

Sets/gets the main state of the ‘Bluetooth Signaling’ application. Signaling actions such as inquiry or paging are initiated using the method RsCmwBluetoothSig.Call.Connection.Action.value command.

param main_state

ON | OFF | 1 | 0 When turned ON, the R&S CMW switches to standby state (see method RsCmwBluetoothSig.Connection.State.fetch)