File
SCPI Commands :
SCONfiguration:BEXTension:SETup:FILE:PREDefined
SCONfiguration:BEXTension:SETup:FILE
- class FileCls[source]
File commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_predefined() str [source]
# SCPI: SCONfiguration:BEXTension:SETup:FILE:PREDefined value: str = driver.sconfiguration.bextension.setup.file.get_predefined()
No command help available
- return
filename: No help available
- get_value() str [source]
# SCPI: 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.
- return
setup_file: ‘filename’ Filename or complete file path; file extension can be omitted.
- set_predefined(filename: str) None [source]
# SCPI: SCONfiguration:BEXTension:SETup:FILE:PREDefined driver.sconfiguration.bextension.setup.file.set_predefined(filename = 'abc')
No command help available
- param filename
No help available
- set_value(setup_file: str) None [source]
# SCPI: 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.
- param setup_file
‘filename’ Filename or complete file path; file extension can be omitted.