Dtx

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX
class Dtx[source]

Dtx commands group definition. 129 total commands, 5 Sub-groups, 1 group commands

get_value()bool[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX
value: bool = driver.configure.rfSettings.dtx.get_value()

Enables/disables the dirty transmitter.

return

dtx_state: OFF | ON

set_value(dtx_state: bool)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX
driver.configure.rfSettings.dtx.set_value(dtx_state = False)

Enables/disables the dirty transmitter.

param dtx_state

OFF | ON

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.rfSettings.dtx.clone()

Subgroups