Power

SCPI Commands :

[SOURce<HW>]:REGenerator:RADar:ANALyzer:POWer:ATTenuator
[SOURce<HW>]:REGenerator:RADar:ANALyzer:POWer:REFerence
class PowerCls[source]

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

get_attenuator() float[source]
# SCPI: [SOURce<HW>]:REGenerator:RADar:ANALyzer:POWer:ATTenuator
value: float = driver.source.regenerator.radar.analyzer.power.get_attenuator()

Sets the attenuation of the external attenuator. The command can be used only if a R&S FSW is connected to the R&S SMW.

return

power_attenuator: float Range: -600 to 500

get_reference() float[source]
# SCPI: [SOURce<HW>]:REGenerator:RADar:ANALyzer:POWer:REFerence
value: float = driver.source.regenerator.radar.analyzer.power.get_reference()

Queries the reference level of the analyzer. The command can be used only if a R&S FSW is connected to the R&S SMW.

return

power_reference: float Range: -400 to 500

set_attenuator(power_attenuator: float) None[source]
# SCPI: [SOURce<HW>]:REGenerator:RADar:ANALyzer:POWer:ATTenuator
driver.source.regenerator.radar.analyzer.power.set_attenuator(power_attenuator = 1.0)

Sets the attenuation of the external attenuator. The command can be used only if a R&S FSW is connected to the R&S SMW.

param power_attenuator

float Range: -600 to 500

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.regenerator.radar.analyzer.power.clone()

Subgroups