addCounterOutputChannel
(Not recommended) Add counter output channel
This session
object function is not recommended. Use DataAcquisition
object functions instead. See Version History.
Syntax
Description
addCounterOutputChannel(
adds a counter channel on the device represented by s
,deviceID
,channelID
)deviceID
with
the specified channelID
, and channel measurement type,
represented by measurementType
, to the session
s
. Measurement types are vendor specific.
Tip
Use daq.createSession
to create a
session object before you use this method.