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: 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:
Module name, as queried with the command method RsAreg800.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: 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: List of all assemblies; the values are separated by commas The length of the list is variable and depends on the instrument equipment configuration.