Analyzer

SCPI Command :

[SOURce<HW>]:REGenerator:RADar:ANALyzer:STATus
Commands in total: 4
Subgroups: 1
Direct child commands: 1
get_status() RegRadarPowRefFswStatus[source]
# [SOURce<HW>]:REGenerator:RADar:ANALyzer:STATus
value: enums.RegRadarPowRefFswStatus = driver.source.regenerator.radar.analyzer.get_status()

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

Returns:

analyzer_status: NCONected | INValid | VALid | UPDated NCONected Analyzer is not connected INValid Reference level outside the permissible level range of the analyzer VALid Reference level within the permissible level range of the analyzer; value not set UPDated Refence level is updated

Cloning the Group

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

Subgroups