Frequency
- Updated2026-01-12
- 1 minute(s) read
Gets or sets the frequency of the free-running clock.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDigital
public double Frequency { get; set; }
Returns
Specifies the clock frequency in Hz.
Exceptions
| Type | Description |
|---|---|
| Ivi.Driver.SelectorNameException | An instance of DigitalPinSet references a pin or pin group name not loaded in the pin map. |
| Ivi.Driver.OutOfRangeException | The value for Frequency is invalid. |
| Ivi.Driver.IviCDriverException | The underlying NI-Digital driver returned an error. |
| System.ObjectDisposedException | Frequency was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |