Analyzer
SCPI Command :
[SOURce<HW>]:REGenerator:SIMulation:ANALyzer:STATus
- class AnalyzerCls[source]
Analyzer commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_status() RegSimFreqRefFswState [source]
# SCPI: [SOURce<HW>]:REGenerator:SIMulation:ANALyzer:STATus value: enums.RegSimFreqRefFswState = driver.source.regenerator.simulation.analyzer.get_status()
Queries the frequency status. The command can be used only if a R&S FSW is connected to the R&S SMW200A.
- return:
status: VALid| UPDated
- set_status(status: RegSimFreqRefFswState) None [source]
# SCPI: [SOURce<HW>]:REGenerator:SIMulation:ANALyzer:STATus driver.source.regenerator.simulation.analyzer.set_status(status = enums.RegSimFreqRefFswState.UPDated)
Queries the frequency status. The command can be used only if a R&S FSW is connected to the R&S SMW200A.
- param status:
VALid| UPDated
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.regenerator.simulation.analyzer.clone()
Subgroups