Setting
SCPI Commands :
[SOURce<HW>]:BB:ARBitrary:MCARrier:SETTing:CATalog
[SOURce<HW>]:BB:ARBitrary:MCARrier:SETTing:LOAD
[SOURce<HW>]:BB:ARBitrary:MCARrier:SETTing:STORe
- class SettingCls[source]
Setting commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- get_catalog() List[str] [source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:MCARrier:SETTing:CATalog value: List[str] = driver.source.bb.arbitrary.mcarrier.setting.get_catalog()
Queries the available settings files in the specified default directory. Only files with the file extension *. arb_multcarr are listed.
- return
catalog: string
- load(filename: str) None [source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:MCARrier:SETTing:LOAD driver.source.bb.arbitrary.mcarrier.setting.load(filename = 'abc')
Loads the selected file from the default or the specified directory. Loaded are files with extension *.arb_multcarr. Refer to ‘Accessing files in the default or in a specified directory’ for general information on file handling in the default and in a specific directory.
- param filename
‘filename’ Filename or complete file path; file extension can be omitted
- set_store(filename: str) None [source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:MCARrier:SETTing:STORe driver.source.bb.arbitrary.mcarrier.setting.set_store(filename = 'abc')
Stores the current settings into the selected file; the file extension (*.arb_multcarr) is assigned automatically. Refer to ‘Accessing files in the default or in a specified directory’ for general information on file handling in the default and in a specific directory.
- param filename
string Filename or complete file path