(Not recommended) Reset counter channel to initial count
This session
object function is not recommended. Use DataAcquisition
object functions instead. See Compatibility Considerations.
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
or outputSingleScan
.
Create an acquisition session and add a channel before you use this
function. See daq.createSession
for more
information.