BgInfo
SCPI Commands :
DIAGnostic<HW>:BGINfo
DIAGnostic<HW>:BGINfo:CATalog
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get(board: str = None) str[source]
# 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.
- Parameters:
board – string Module name, as queried with the method
RsSmw.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.- Returns:
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]
# DIAGnostic<HW>:BGINfo:CATalog value: List[str] = driver.diagnostic.bgInfo.get_catalog()
Queries the names of the assemblies available in the instrument.
- Returns:
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.