Setting

SCPI Commands :

[SOURce<HW>]:BB:ARBitrary:MCARrier:SETTing:CATalog
[SOURce<HW>]:BB:ARBitrary:MCARrier:SETTing:LOAD
[SOURce<HW>]:BB:ARBitrary:MCARrier:SETTing:STORe
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_catalog() List[str][source]
# [SOURce<HW>]:BB:ARBitrary:MCARrier:SETTing:CATalog
value: List[str] = driver.source.bb.arbitrary.mcarrier.setting.get_catalog()

Queries the files with settings in the default directory. Listed are files with the file extension arb_multcarr.

Returns:

catalog: string

load(filename: str) None[source]
# [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 ‘Handling files in the default or in a specified directory’ for general information on file handling in the default and in a specific directory.

Parameters:

filename – ‘filename’ Filename or complete file path; file extension can be omitted.

set_store(filename: str) None[source]
# [SOURce<HW>]:BB:ARBitrary:MCARrier:SETTing:STORe
driver.source.bb.arbitrary.mcarrier.setting.set_store(filename = 'abc')

Saves the current settings into the selected file; the file extension (arb_multcarr) is assigned automatically. Refer to ‘Handling files in the default or in a specified directory’ for general information on file handling in the default and in a specific directory.

Parameters:

filename – string Filename or complete file path