Catalog

SCPI Commands :

[SOURce<HW>]:BB:GNSS:VEHicle:CATalog:PREDefined
[SOURce<HW>]:BB:GNSS:VEHicle:CATalog:USER
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_predefined() List[str][source]
# [SOURce<HW>]:BB:GNSS:VEHicle:CATalog:PREDefined
value: List[str] = driver.source.bb.gnss.vehicle.catalog.get_predefined()

Queries the names of the predefined vehicle description files in the system directory. Listed are files with the file extension xvd.

get_user() List[str][source]
# [SOURce<HW>]:BB:GNSS:VEHicle:CATalog:USER
value: List[str] = driver.source.bb.gnss.vehicle.catalog.get_user()

Queries the names of the user-defined vehicle description files in the default or in a specific directory. Listed are files with the file extension xvd. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.