Power

SCPI Commands :

[SOURce<HW>]:FREQuency:MULTiplier:EXTernal:CORRection:POWer:POINts
[SOURce<HW>]:FREQuency:MULTiplier:EXTernal:CORRection:POWer
class PowerCls[source]

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

get_points() int[source]
# SCPI: [SOURce<HW>]:FREQuency:MULTiplier:EXTernal:CORRection:POWer:POINts
value: int = driver.source.frequency.multiplier.external.correction.power.get_points()

No command help available

return:

points: No help available

get_value() List[float][source]
# SCPI: [SOURce<HW>]:FREQuency:MULTiplier:EXTernal:CORRection:POWer
value: List[float] = driver.source.frequency.multiplier.external.correction.power.get_value()

No command help available

return:

list_pow: No help available

set_value(list_pow: List[float]) None[source]
# SCPI: [SOURce<HW>]:FREQuency:MULTiplier:EXTernal:CORRection:POWer
driver.source.frequency.multiplier.external.correction.power.set_value(list_pow = [1.1, 2.2, 3.3])

No command help available

param list_pow:

No help available