Count

SCPI Commands

LOG:COUNt
class CountCls[source]

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

get() float[source]
# SCPI: LOG:COUNt
value: float = driver.log.count.get()

Sets the number of measurement readings in count mode. To set the mode, use the command method RsLcx.Log. mode to be captured.

return:

sample_count: No help available

set(sample_count: float, return_min_or_max: MinOrMax = None) None[source]
# SCPI: LOG:COUNt
driver.log.count.set(sample_count = 1.0, return_min_or_max = enums.MinOrMax.MAX)

Sets the number of measurement readings in count mode. To set the mode, use the command method RsLcx.Log. mode to be captured.

param sample_count:

No help available

param return_min_or_max:

No help available