Catalog

SCPI Commands :

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

Queries the names of predefined files in the system directory. Listed are only the following file types:

  • Obstacles description files (rs_obst)

  • Roadside buildings description files (rs_buil)

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

Queries the names of the user-defined files in the default directory. The default directory is set using command method RsSmw.massMemory.current_directory() . Listed are the following file types:

  • Obstacles description files (rs_obst)

  • Roadside buildings description files (rs_buil)