Archive
SCPI Commands :
[SOURce<HW>]:BB:ESEQuencer:ARCHive:CATalog
[SOURce<HW>]:BB:ESEQuencer:ARCHive:LOAD
[SOURce<HW>]:BB:ESEQuencer:ARCHive:STORe
- Commands in total: 3Subgroups: 0Direct child commands: 3
- get_catalog() List[str][source]
# [SOURce<HW>]:BB:ESEQuencer:ARCHive:CATalog value: List[str] = driver.source.bb.esequencer.archive.get_catalog()
Queries the available extended sequencer archive files in the default directory. Listed are files with the file extension ps_arc. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- Returns:
catalog: string Returns a string of file names separated by commas.
- load(filename: str) None[source]
# [SOURce<HW>]:BB:ESEQuencer:ARCHive:LOAD driver.source.bb.esequencer.archive.load(filename = 'abc')
Loads the selected file from the default or the specified directory. Loaded are files with extension ps_arc. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- Parameters:
filename – string File name or complete file path; file extension can be omitted
- set_store(filename: str) None[source]
# [SOURce<HW>]:BB:ESEQuencer:ARCHive:STORe driver.source.bb.esequencer.archive.set_store(filename = 'abc')
Stores the current user mode configuration in the selected file, including all used extended sequencer files. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- Parameters:
filename – string File name or complete file path