Analyzer

SCPI Command :

[SOURce<HW>]:REGenerator:RADar:ANALyzer:STATus
class AnalyzerCls[source]

Analyzer commands group definition. 4 total commands, 1 Subgroups, 1 group commands

get_status() RsSmw.enums.RegRadarPowRefFswStatus[source]
# SCPI: [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 SMW.

return

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 clone of the original group, that exists independently
group2 = driver.source.regenerator.radar.analyzer.clone()

Subgroups