Catalog
SCPI Commands :
[SOURce<HW>]:BB:GNSS:APATtern:CATalog:PREDefined
[SOURce<HW>]:BB:GNSS:APATtern:CATalog:USER
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_predefined() List[str][source]
# [SOURce<HW>]:BB:GNSS:APATtern:CATalog:PREDefined value: List[str] = driver.source.bb.gnss.apattern.catalog.get_predefined()
Queries the names of the predefined antenna pattern/body mask files in the system directory. Listed are files with the file extension ant_pat/body_mask.
- get_user() List[str][source]
# [SOURce<HW>]:BB:GNSS:APATtern:CATalog:USER value: List[str] = driver.source.bb.gnss.apattern.catalog.get_user()
Queries the names of the user-defined antenna pattern/body mask files in the default or in a specific directory. Listed are files with the file extension ant_pat/body_mask. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.