Tpower

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:EHFLags:TPOWer:STATe
class TpowerCls[source]

Tpower commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:EHFLags:TPOWer:STATe
value: bool = driver.source.bb.btooth.econfiguration.pconfiguration.ehFlags.tpower.get_state()

Enables the signaling of required transmit power.

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:EHFLags:TPOWer:STATe
driver.source.bb.btooth.econfiguration.pconfiguration.ehFlags.tpower.set_state(state = False)

Enables the signaling of required transmit power.

param state

1| ON| 0| OFF