File

SCPI Commands :

[SOURce<HW>]:EFRontend:ALIGnment:FILE:CATalog
[SOURce<HW>]:EFRontend:ALIGnment:FILE:[SELect]
class FileCls[source]

File commands group definition. 4 total commands, 1 Subgroups, 2 group commands

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

freq_conv_fe_cable_corr_cat: No help available

get_select() str[source]
# SCPI: [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 file have file extension *.s2p.

return

cable_corr_file_na: No help available

set_select(cable_corr_file_na: str) None[source]
# SCPI: [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 file have file extension *.s2p.

param cable_corr_file_na

string

Cloning the Group

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

Subgroups