NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

CIChannelCollection Methods

CIChannelCollection Methods

CIChannelCollection Methods

The CIChannelCollection type exposes the following members.

Methods

  NameDescription
Public methodCreateAngularEncoderChannel(String, String, CIEncoderDecodingType, Boolean, Double, CIEncoderZIndexPhase, Int32, Double, CIAngularEncoderUnits)
Creates a CIChannel that uses an angular encoder to measure angular position. This method adds one channel to the CIChannelCollection.
Public methodCreateAngularEncoderChannel(String, String, CIEncoderDecodingType, Boolean, Double, CIEncoderZIndexPhase, Int32, Double, String)
Creates a CIChannel with the specified custom scale that uses an angular encoder to measure angular position. This method adds one channel to the CIChannelCollection.
Public methodCreateAngularVelocityChannel(String, String, Double, Double, Int64, CIVelocityEncoderType, CIVelocityAngularEncoderUnits)
Creates a channel to measure angular velocity.
Public methodCreateAngularVelocityChannel(String, String, Double, Double, Int64, CIVelocityEncoderType, String)
Creates a channel to measure angular velocity.
Public methodCreateAngularVelocityChannel(String, String, Double, Double, UInt32, CIVelocityEncoderType, CIVelocityAngularEncoderUnits)
Creates a channel to measure angular velocity.
Public methodCreateAngularVelocityChannel(String, String, Double, Double, UInt32, CIVelocityEncoderType, String)
Creates a channel to measure angular velocity.
Public methodCreateCountEdgesChannel
Public methodCreateDutyCycleChannel
Creates CIChannel to duty cycle of a digital pulse.
Public methodCreateFrequencyChannel(String, String, Double, Double, CIFrequencyStartingEdge, CIFrequencyMeasurementMethod, Double, Int64, CIFrequencyUnits)
Creates a CIChannel to measure the frequency of a digital signal. This method adds one channel to the CIChannelCollection.
Public methodCreateFrequencyChannel(String, String, Double, Double, CIFrequencyStartingEdge, CIFrequencyMeasurementMethod, Double, Int64, String)
Creates a CIChannel with the specified custom scale to measure the frequency of a digital signal. This method adds one channel to the CIChannelCollection.
Public methodCreateGpsTimestampChannel(String, String, CIGpsSyncMethod, CITimestampUnits)
Creates a CIChannel that uses a special purpose counter to take a timestamp and synchronize that counter to a GPS receiver. This method adds one channel to the CIChannelCollection.
Public methodCreateGpsTimestampChannel(String, String, CIGpsSyncMethod, String)
Creates a CIChannel that uses a special purpose counter to take a timestamp and synchronize that counter to a GPS receiver. This method adds one channel to the CIChannelCollection.
Public methodCreateLinearEncoderChannel(String, String, CIEncoderDecodingType, Boolean, Double, CIEncoderZIndexPhase, Double, Double, CILinearEncoderUnits)
Creates a CIChannel that uses a linear encoder to measure linear position. This method adds one channel to the CIChannelCollection.
Public methodCreateLinearEncoderChannel(String, String, CIEncoderDecodingType, Boolean, Double, CIEncoderZIndexPhase, Double, Double, String)
Creates a CIChannel with the specified custom scale that uses a linear encoder to measure linear position. This method adds one channel to the CIChannelCollection.
Public methodCreateLinearVelocityChannel(String, String, Double, Double, Double, CIVelocityEncoderType, CIVelocityLinearEncoderUnits)
Creates a channel that uses a linear encoder to measure linear velocity.
Public methodCreateLinearVelocityChannel(String, String, Double, Double, Double, CIVelocityEncoderType, String)
Creates a channel that uses a linear encoder to measure linear velocity.
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodCreatePeriodChannel(String, String, Double, Double, CIPeriodStartingEdge, CIPeriodMeasurementMethod, Double, Int64, CIPeriodUnits)
Creates a CIChannel to measure the period of a digital signal. This method adds one channel to the CIChannelCollection.
Public methodCreatePeriodChannel(String, String, Double, Double, CIPeriodStartingEdge, CIPeriodMeasurementMethod, Double, Int64, String)
Creates a CIChannel with the specified custom scale to measure the period of a digital signal. This method adds one channel to the CIChannelCollection.
Public methodCreatePulseChannelFrequency
Creates a CIChannel to measure digital pulses defined by frequency and duty cycle. This function adds one channel to the CIChannelCollection.
Public methodCreatePulseChannelTicks
Creates a CIChannel to measure digital pulses defined by the number of timebase ticks that the pulse is at the high and low states. This method adds one channel to the CIChannelCollection.
Public methodCreatePulseChannelTime
Creates a CIChannel to measure digital pulses defined by the amount of time the pulse is at a high and low state. This method adds one channel to the CIChannelCollection.
Public methodCreatePulseWidthChannel(String, String, Double, Double, CIPulseWidthStartingEdge, CIPulseWidthUnits)
Creates a CIChannel to measure the width of a digital pulse. This method adds one channel to the CIChannelCollection.
Public methodCreatePulseWidthChannel(String, String, Double, Double, CIPulseWidthStartingEdge, String)
Creates a CIChannel with the specified custom scale to measure the width of a digital pulse. This method adds one channel to the CIChannelCollection.
Public methodCreateSemiPeriodChannel(String, String, Double, Double, CISemiPeriodUnits)
Public methodCreateSemiPeriodChannel(String, String, Double, Double, String)
Creates a CIChannel with the specified custom scale to measure the time between state transitions of a digital signal. This method adds one channel to the CIChannelCollection.
Public methodCreateTwoEdgeSeparationChannel(String, String, Double, Double, CITwoEdgeSeparationFirstEdge, CITwoEdgeSeparationSecondEdge, CITwoEdgeSeparationUnits)
Public methodCreateTwoEdgeSeparationChannel(String, String, Double, Double, CITwoEdgeSeparationFirstEdge, CITwoEdgeSeparationSecondEdge, String)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that you can use to iterate through the collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodToString
Returns a string representation of the object.
(Overrides ObjectToString.)
Top

See Also

In This Section
Was this information helpful?