Power

SCPI Commands :

[SOURce<HW>]:PULM:TRAin:HOPPing:POWer:POINts
[SOURce<HW>]:PULM:TRAin:HOPPing:POWer
class PowerCls[source]

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

get_points() int[source]
# SCPI: [SOURce<HW>]:PULM:TRAin:HOPPing:POWer:POINts
value: int = driver.source.pulm.train.hopping.power.get_points()

No command help available

return:

points: No help available

get_value() List[float][source]
# SCPI: [SOURce<HW>]:PULM:TRAin:HOPPing:POWer
value: List[float] = driver.source.pulm.train.hopping.power.get_value()

No command help available

return:

power: No help available

set_value(power: List[float]) None[source]
# SCPI: [SOURce<HW>]:PULM:TRAin:HOPPing:POWer
driver.source.pulm.train.hopping.power.set_value(power = [1.1, 2.2, 3.3])

No command help available

param power:

No help available