CIChannel.MaximumMeasurementPeriod Property
- Updated2023-02-21
- 1 minute(s) read
CIChannelMaximumMeasurementPeriod Property
Specifies the maximum period (in seconds) in which the device will recognize signals. For frequency measurements, a signal with a higher period than the one set in this property will return 0 Hz. For duty cycle, the device will return 0 or 1 depending on the state of the line during the max defined period of time. Period measurements will return NaN. Pulse width measurement will return zero.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public double MaximumMeasurementPeriod { get; set; }
Public Property MaximumMeasurementPeriod As Double Get Set
Property Value
Type: DoubleSpecifies the maximum period (in seconds) in which the device will recognize signals. For frequency measurements, a signal with a higher period than the one set in this property will return 0 Hz. For duty cycle, the device will return 0 or 1 depending on the state of the line during the max defined period of time. Period measurements will return NaN. Pulse width measurement will return zero.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |