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

TypeDescription
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.