Point

SCPI Command :

DIAGnostic<HW>:POINt:CATalog
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get_catalog() List[str][source]
# DIAGnostic<HW>:POINt:CATalog
value: List[str] = driver.diagnostic.point.get_catalog()

Queries the test points available in the instrument. For more information, see R&S SMW200A Service Manual.

Returns:

catalog: string List of comma-separated values, each representing a test point

Cloning the Group

# Create a copy of the original group, that exists independently
point_copy = driver.diagnostic.point.clone()

Subgroups