State

SCPI Commands

FETCh:BLUetooth:SIGNaling<Instance>:LENergy:STATe
class State[source]

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

fetch()RsCmwBluetoothSig.enums.LeSignalingState[source]
# SCPI: FETCh:BLUetooth:SIGNaling<Instance>:LENergy:STATe
value: enums.LeSignalingState = driver.lowEnergy.state.fetch()

Returns the signaling state of the R&S CMW for LE direct test connections.

return

state: IDLE | OFF | SPCM | STCM | CMR | STTX | TXRunning | SPTX | STRX | RXRunning | SPRX | RCOM IDLE: Connected in direct test mode, no active test running OFF: Not connected in direct test mode SPCM: Stopping communication test STCM: Starting communication test CMR: Communication test running STTX: Starting TX test TXRunning: TX test running SPTX: Stopping TX test STRX: Starting RX test RXRunning: RX test running SPRX: Stopping RX test RCOM: Refreshing COM port list