Power

SCPI Commands :

[SOURce<HW>]:IQ:DOHerty:SHAPing:POWer:BREakpoint
[SOURce<HW>]:IQ:DOHerty:SHAPing:POWer:STATe
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_breakpoint() float[source]
# [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.

Returns:

split: float Range: -50 to 0

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

Enables/disables the power and phase corrections.

Returns:

state: 1 | ON | 0| OFF

set_breakpoint(split: float) None[source]
# [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.

Parameters:

split – float Range: -50 to 0

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

Enables/disables the power and phase corrections.

Parameters:

state – 1 | ON | 0| OFF