Setting

SCPI Commands :

[SOURce<HW>]:BB:ARBitrary:MCARrier:SETTing:CATalog
[SOURce<HW>]:BB:ARBitrary:MCARrier:SETTing:LOAD
class SettingCls[source]

Setting commands group definition. 4 total commands, 1 Subgroups, 2 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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.arbitrary.mcarrier.setting.clone()

Subgroups