Main Content
resetCounters
(Not recommended) Reset counter channel to initial count
This session
object function is not recommended. Use DataAcquisition
object functions instead. See Version History.
Syntax
Description
resetCounters(
resets the current value
of counter channels configured in the session object, s
)s
, to the value
specified by the InitialCount property on each
channel.
Tips
Reset counters only if you are performing on-demand operations using
inputSingleScan
oroutputSingleScan
.Create an acquisition session and add a channel before you use this function. See
daq.createSession
for more information.