File

SCPI Commands :

[SOURce<HW>]:EFRontend:ALIGnment:FILE:CATalog
[SOURce<HW>]:EFRontend:ALIGnment:FILE:[SELect]
Commands in total: 4
Subgroups: 1
Direct child commands: 2
get_catalog() List[str][source]
# [SOURce<HW>]:EFRontend:ALIGnment:FILE:CATalog
value: List[str] = driver.source.efrontend.alignment.file.get_catalog()

Queries the cable correction files with settings in the default directory. Listed are cable correction files with extension s2p or uco. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

get_select() str[source]
# [SOURce<HW>]:EFRontend:ALIGnment:FILE:[SELect]
value: str = driver.source.efrontend.alignment.file.get_select()

Selects an existing correction file to compensate for cable losses. Selectable files have file extension s2p or uco.

set_select(cable_corr_file_na: str) None[source]
# [SOURce<HW>]:EFRontend:ALIGnment:FILE:[SELect]
driver.source.efrontend.alignment.file.set_select(cable_corr_file_na = 'abc')

Selects an existing correction file to compensate for cable losses. Selectable files have file extension s2p or uco.

Parameters:

cable_corr_file_na – string

Cloning the Group

# Create a copy of the original group, that exists independently
file_copy = driver.source.efrontend.alignment.file.clone()

Subgroups