Point

SCPI Command :

DIAGnostic<HW>:POINt:CATalog
class PointCls[source]

Point commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_catalog() List[str][source]
# SCPI: 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 SMBV100B Service Manual.

return

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

Cloning the Group

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

Subgroups