Pconfiguration
SCPI Commands :
[SOURce<HW>]:BB:V5G:SETTing:PCONfiguration:CATalog
[SOURce<HW>]:BB:V5G:SETTing:PCONfiguration
- class PconfigurationCls[source]
Pconfiguration commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_catalog() List[str] [source]
# SCPI: [SOURce<HW>]:BB:V5G:SETTing:PCONfiguration:CATalog value: List[str] = driver.source.bb.v5G.setting.pconfiguration.get_catalog()
Queries the available configuration files in the default directory. Only predefined files are listed.
- return:
v_5_gcat_name_test_scenario: No help available
- get_value() str [source]
# SCPI: [SOURce<HW>]:BB:V5G:SETTing:PCONfiguration value: str = driver.source.bb.v5G.setting.pconfiguration.get_value()
Selects a predefined configuration.
- return:
test_scenario: string Filename as returned by the query [:SOURcehw]:BB:V5G:SETTing:PCONfiguration:CATalog. File extension is omitted.
- set_value(test_scenario: str) None [source]
# SCPI: [SOURce<HW>]:BB:V5G:SETTing:PCONfiguration driver.source.bb.v5G.setting.pconfiguration.set_value(test_scenario = 'abc')
Selects a predefined configuration.
- param test_scenario:
string Filename as returned by the query [:SOURcehw]:BB:V5G:SETTing:PCONfiguration:CATalog. File extension is omitted.