Catalog

SCPI Commands :

[SOURce<HW>]:FSIMulator:CDYNamic:CATalog:USER
[SOURce<HW>]:FSIMulator:CDYNamic:CATalog
class CatalogCls[source]

Catalog commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_user() List[str][source]
# SCPI: [SOURce<HW>]:FSIMulator:CDYNamic:CATalog:USER
value: List[str] = driver.source.fsimulator.cdynamic.catalog.get_user()

Queries the files with user-defined customized dynamic fading settings in the default directory. Listed are files with the file extension *.fad_udyn. 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

filenames: filename1,filename2,… Returns a string of filenames separated by commas.

get_value() List[str][source]
# SCPI: [SOURce<HW>]:FSIMulator:CDYNamic:CATalog
value: List[str] = driver.source.fsimulator.cdynamic.catalog.get_value()

Queries the predefined files with customized dynamic fading settings. Listed are files with the file extension *.fad_udyn.

return

filenames: filename1,filename2,… Returns a string of filenames separated by commas.