![]() | Download Help (Windows Only) |
Indicates the measurement to take with the channel.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 17.1.40.99
Visual Basic (Declaration) |
---|
Public Enumeration CIMeasurementType |
C# |
---|
public enum CIMeasurementType |
Member name | Description |
---|---|
AngularEncoder | Angular position measurement using an angular encoder. |
CountEdges | Count edges of a digital signal. |
DutyCycle | Measure the duty cycle of a digital signal. |
Frequency | Measure the frequency of a digital signal. |
GpsTimestamp | Timestamp measurement, synchronizing the counter to a GPS receiver. |
LinearEncoder | Linear position measurement using a linear encoder. |
Period | Measure the period of a digital signal. |
PulseFrequency | Pulse measurement, returning the result as frequency and duty cycle. |
PulseTicks | Pulse measurement, returning the result as high ticks and low ticks. |
PulseTime | Pulse measurement, returning the result as high time and low time. |
PulseWidth | Measure the width of a pulse of a digital signal. |
SemiPeriod | Measure the time between state transitions of a digital signal. |
TwoEdgeSeparation | Measure time between edges of two digital signals. |
VelocityAngularEncoder | Angular velocity measurement using an angular encoder. |
VelocityLinearEncoder | Linear velocity measurement using a linear encoder. |
Helpful
Not Helpful