BgInfo
SCPI Commands :
DIAGnostic<HW>:BGINfo
DIAGnostic<HW>:BGINfo:CATalog
- class BgInfoCls[source]
BgInfo commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get(board: Optional[str] = None) str [source]
# SCPI: DIAGnostic<HW>:BGINfo value: str = driver.diagnostic.bgInfo.get(board = 'abc')
Queries information on the modules available in the instrument, using the variant and revision state.
- param board
string Module name, as queried with the command method RsSmbv.Diagnostic.BgInfo.catalog. To retrieve a complete list of all modules, omit the parameter. The length of the list is variable and depends on the instrument equipment configuration.
- return
bg_info: Module name Module stock number incl. variant Module revision Module serial number List of comma-separated entries, one entry per module. Each entry for one module consists of four parts that are separated by space characters.
- get_catalog() List[str] [source]
# SCPI: DIAGnostic<HW>:BGINfo:CATalog value: List[str] = driver.diagnostic.bgInfo.get_catalog()
Queries the names of the assemblies available in the instrument.
- return
catalog: string List of all assemblies; the values are separated by commas The length of the list is variable and depends on the instrument equipment configuration.