Catalog

SCPI Commands :

[SOURce<HW>]:BB:GNSS:BODY:CATalog:PREDefined
[SOURce<HW>]:BB:GNSS:BODY: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:BODY:CATalog:PREDefined
value: List[str] = driver.source.bb.gnss.body.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.

return

gnss_ant_body_cat_names: No help available

get_user() List[str][source]
# SCPI: [SOURce<HW>]:BB:GNSS:BODY:CATalog:USER
value: List[str] = driver.source.bb.gnss.body.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.

return

gnss_ant_body_user_cat_names: No help available