Archive

SCPI Commands :

[SOURce<HW>]:BB:ESEQuencer:ARCHive:CATalog
[SOURce<HW>]:BB:ESEQuencer:ARCHive:LOAD
[SOURce<HW>]:BB:ESEQuencer:ARCHive:STORe
class ArchiveCls[source]

Archive commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_catalog() List[str][source]
# SCPI: [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.

return

catalog: string Returns a string of file names separated by commas.

load(filename: str) None[source]
# SCPI: [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.

param filename

string File name or complete file path; file extension can be omitted

set_store(filename: str) None[source]
# SCPI: [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.

param filename

string File name or complete file path