Pconfiguration

SCPI Commands :

[SOURce<HW>]:BB:V5G:SETTing:PCONfiguration:CATalog
[SOURce<HW>]:BB:V5G:SETTing:PCONfiguration
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_catalog() List[str][source]
# [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.

get_value() str[source]
# [SOURce<HW>]:BB:V5G:SETTing:PCONfiguration
value: str = driver.source.bb.v5G.setting.pconfiguration.get_value()

Selects a predefined configuration.

Returns:

test_scenario: string Filename as returned by the query method RsSmw.source.bb.v5G.setting.pconfiguration.catalog() . File extension is omitted.

set_value(test_scenario: str) None[source]
# [SOURce<HW>]:BB:V5G:SETTing:PCONfiguration
driver.source.bb.v5G.setting.pconfiguration.set_value(test_scenario = 'abc')

Selects a predefined configuration.

Parameters:

test_scenario – string Filename as returned by the query method RsSmw.source.bb.v5G.setting.pconfiguration.catalog() . File extension is omitted.