Power

SCPI Command :

CSYNthesis:POWer
class PowerCls[source]

Power commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get_value() float[source]
# SCPI: CSYNthesis:POWer
value: float = driver.csynthesis.power.get_value()

Sets the power level of the generated clock signal.

return:

power: float Numerical value Sets the level UP|DOWN Varies the level step by step. The level is increased or decreased by the value set with the command method RsSmab.Csynthesis.Power.Step.increment. Range: -24 to 10

set_value(power: float) None[source]
# SCPI: CSYNthesis:POWer
driver.csynthesis.power.set_value(power = 1.0)

Sets the power level of the generated clock signal.

param power:

float Numerical value Sets the level UP|DOWN Varies the level step by step. The level is increased or decreased by the value set with the command method RsSmab.Csynthesis.Power.Step.increment. Range: -24 to 10

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.csynthesis.power.clone()

Subgroups