DigitalClockGenerator.Frequency Property
- Updated2023-11-24
- 1 minute(s) read
DigitalClockGeneratorFrequency Property
Gets or sets the frequency of the free-running clock.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public double Frequency { get; set; }
Public Property Frequency As Double Get Set
Property Value
Type: DoubleSpecifies the clock frequency in Hz.
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 Frequency is invalid. |
IviCDriverException | The underlying NI-Digital driver returned an error. |
ObjectDisposedException | Frequency was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |