File

SCPI Commands :

SCONfiguration:BEXTension:SETup:FILE:PREDefined
SCONfiguration:BEXTension:SETup:FILE
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_predefined() str[source]
# SCONfiguration:BEXTension:SETup:FILE:PREDefined
value: str = driver.sconfiguration.bextension.setup.file.get_predefined()

No help available

get_value() str[source]
# SCONfiguration:BEXTension:SETup:FILE
value: str = driver.sconfiguration.bextension.setup.file.get_value()

Loads the selected file from the default or the specified directory. Loaded are files with extension bwsa.

Returns:

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

set_predefined(filename: str) None[source]
# SCONfiguration:BEXTension:SETup:FILE:PREDefined
driver.sconfiguration.bextension.setup.file.set_predefined(filename = 'abc')

No help available

set_value(setup_file: str) None[source]
# SCONfiguration:BEXTension:SETup:FILE
driver.sconfiguration.bextension.setup.file.set_value(setup_file = 'abc')

Loads the selected file from the default or the specified directory. Loaded are files with extension bwsa.

Parameters:

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