Power
SCPI Commands :
[SOURce<HW>]:REGenerator:RADar:ANALyzer:POWer:ATTenuator
[SOURce<HW>]:REGenerator:RADar:ANALyzer:POWer:REFerence
- Commands in total: 3Subgroups: 1Direct child commands: 2
- get_attenuator() float[source]
# [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 SMW200A.
- Returns:
power_attenuator: float Range: -600 to 500
- get_reference() float[source]
# [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 SMW200A.
- Returns:
power_reference: float Range: -400 to 500
- set_attenuator(power_attenuator: float) None[source]
# [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 SMW200A.
- Parameters:
power_attenuator – float Range: -600 to 500
Cloning the Group
# Create a copy of the original group, that exists independently
power_copy = driver.source.regenerator.radar.analyzer.power.clone()
Subgroups