Catalog
SCPI Commands :
[SOURce<HW>]:BB:GNSS:VEHicle:CATalog:PREDefined
[SOURce<HW>]:BB:GNSS:VEHicle:CATalog:USER
- class CatalogCls[source]
Catalog commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_predefined() List[str] [source]
# SCPI: [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.
- return
gnss_vehicle_cat_names: No help available
- get_user() List[str] [source]
# SCPI: [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.
- return
gnss_vehicle_user_cat_names: No help available