Count

SCPI Commands :

SYSTem:PROFiling:RECord:COUNt:MAX
SYSTem:PROFiling:RECord:COUNt
class CountCls[source]

Count commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_max() float[source]
# SCPI: SYSTem:PROFiling:RECord:COUNt:MAX
value: float = driver.system.profiling.record.count.get_max()

No command help available

return:

count: No help available

get_value() float[source]
# SCPI: SYSTem:PROFiling:RECord:COUNt
value: float = driver.system.profiling.record.count.get_value()

No command help available

return:

count: No help available

set_max(count: float) None[source]
# SCPI: SYSTem:PROFiling:RECord:COUNt:MAX
driver.system.profiling.record.count.set_max(count = 1.0)

No command help available

param count:

No help available