Analyzer
SCPI Command :
[SOURce<HW>]:REGenerator:SIMulation:ANALyzer:STATus
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_status() RegSimFreqRefFswState[source]
# [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.
- Returns:
status: VALid | UPDated
- set_status(status: RegSimFreqRefFswState) None[source]
# [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.
- Parameters:
status – VALid | UPDated
Cloning the Group
# Create a copy of the original group, that exists independently
analyzer_copy = driver.source.regenerator.simulation.analyzer.clone()
Subgroups