Pias

SCPI Commands :

DIAGnostic:PIAS:HOST
DIAGnostic:PIAS:ID
class PiasCls[source]

Pias commands group definition. 5 total commands, 2 Subgroups, 2 group commands

get_host() str[source]
# SCPI: DIAGnostic:PIAS:HOST
value: str = driver.diagnostic.pias.get_host()

No command help available

return:

hostname: No help available

get_id() str[source]
# SCPI: DIAGnostic:PIAS:ID
value: str = driver.diagnostic.pias.get_id()

No command help available

return:

pias_id: No help available

Cloning the Group

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

Subgroups