PoCount

SCPI Commands :

DIAGnostic:INFO:POCount:SET
DIAGnostic:INFO:POCount
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_set() int[source]
# DIAGnostic:INFO:POCount:SET
value: int = driver.diagnostic.info.poCount.get_set()

No help available

get_value() int[source]
# DIAGnostic:INFO:POCount
value: int = driver.diagnostic.info.poCount.get_value()

Queris how often the instrument has been turned on so far.

Returns:

power_on_count: integer Range: 0 to INT_MAX

set_set(set_py: int) None[source]
# DIAGnostic:INFO:POCount:SET
driver.diagnostic.info.poCount.set_set(set_py = 1)

No help available