DigitalFrequencyCounter.MeasurementTime Property
- Updated2023-11-24
- 1 minute(s) read
DigitalFrequencyCounterMeasurementTime Property
Gets or sets the measurement time for the frequency measurement.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public PrecisionTimeSpan MeasurementTime { get; set; }
Public Property MeasurementTime As PrecisionTimeSpan Get Set
Property Value
Type: PrecisionTimeSpanThe frequency measurement time. The default value is 1 millisecond expressed as a PrecisionTimeSpan.
Exceptions
Exception | Condition |
---|---|
SelectorNameException | An instance of DigitalPinSet references a pin or pin group name not loaded in the pin map. |
OutOfRangeException | The value for MeasurementTime is invalid. |
IviCDriverException | The underlying NI-Digital driver returned an error. |
ObjectDisposedException | MeasurementTime was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |