Level

SCPI Command :

SOURce:EXTernal:POWer[:LEVel]
class LevelCls[source]

Level commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: SOURce:EXTernal:POWer[:LEVel]
value: float = driver.applications.k30NoiseFigure.source.external.power.level.get()

Sets the output power of the selected generator. Is only valid if External Generator Control (R&S FSW-B10) is installed and active.

return

level: numeric value Unit: DBM

set(level: float) None[source]
# SCPI: SOURce:EXTernal:POWer[:LEVel]
driver.applications.k30NoiseFigure.source.external.power.level.set(level = 1.0)

Sets the output power of the selected generator. Is only valid if External Generator Control (R&S FSW-B10) is installed and active.

param level

numeric value Unit: DBM