PoCount
SCPI Commands :
DIAGnostic:INFO:POCount:SET
DIAGnostic:INFO:POCount
- class PoCountCls[source]
PoCount commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_set() int [source]
# SCPI: DIAGnostic:INFO:POCount:SET value: int = driver.diagnostic.info.poCount.get_set()
No command help available
- return
set_py: No help available
- get_value() int [source]
# SCPI: DIAGnostic:INFO:POCount value: int = driver.diagnostic.info.poCount.get_value()
Queris how often the instrument has been turned on so far.
- return
power_on_count: integer Range: 0 to INT_MAX
- set_set(set_py: int) None [source]
# SCPI: DIAGnostic:INFO:POCount:SET driver.diagnostic.info.poCount.set_set(set_py = 1)
No command help available
- param set_py
No help available