Analyzer
SCPI Commands :
[SOURce<HW>]:BB:NR5G:ANALyzer:CONTent
[SOURce<HW>]:BB:NR5G:ANALyzer:CREate
- class AnalyzerCls[source]
Analyzer commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_content() str [source]
# SCPI: [SOURce<HW>]:BB:NR5G:ANALyzer:CONTent value: str = driver.source.bb.nr5G.analyzer.get_content()
Exports the signal configuration to an .allocation file that you can import into the NR 5G application on a signal and spectrum analyzer.
- return
export_xml: No help available
- get_create() List[str] [source]
# SCPI: [SOURce<HW>]:BB:NR5G:ANALyzer:CREate value: List[str] = driver.source.bb.nr5G.analyzer.get_create()
No command help available
- return
nr_5_gcat_name_export_xml: No help available
- set_content(export_xml: str) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:ANALyzer:CONTent driver.source.bb.nr5G.analyzer.set_content(export_xml = 'abc')
Exports the signal configuration to an .allocation file that you can import into the NR 5G application on a signal and spectrum analyzer.
- param export_xml
string String containg the name and path to the configuration file.