Power

SCPI Commands :

[SOURce<HW>]:IQ:DOHerty:SHAPing:POWer:BREakpoint
[SOURce<HW>]:IQ:DOHerty:SHAPing:POWer:STATe
class PowerCls[source]

Power commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_breakpoint() float[source]
# SCPI: [SOURce<HW>]:IQ:DOHerty:SHAPing:POWer:BREakpoint
value: float = driver.source.iq.doherty.shaping.power.get_breakpoint()

Sets the power value required for the calculation of the correction function if classic Doherty shaping is used.

return

split: float Range: -50 to 0

get_state() bool[source]
# SCPI: [SOURce<HW>]:IQ:DOHerty:SHAPing:POWer:STATe
value: bool = driver.source.iq.doherty.shaping.power.get_state()

Enables/disables the power and phase corrections.

return

state: 1| ON| 0| OFF

set_breakpoint(split: float) None[source]
# SCPI: [SOURce<HW>]:IQ:DOHerty:SHAPing:POWer:BREakpoint
driver.source.iq.doherty.shaping.power.set_breakpoint(split = 1.0)

Sets the power value required for the calculation of the correction function if classic Doherty shaping is used.

param split

float Range: -50 to 0

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:IQ:DOHerty:SHAPing:POWer:STATe
driver.source.iq.doherty.shaping.power.set_state(state = False)

Enables/disables the power and phase corrections.

param state

1| ON| 0| OFF