DigitalClockGenerator.IsRunning Property
- Updated2023-11-24
- 1 minute(s) read
DigitalClockGeneratorIsRunning Property
Gets a value indicating whether the free-running clock is running.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public bool IsRunning { get; }
Public ReadOnly Property IsRunning As Boolean Get
Property Value
Type: Boolean, if the free-running clock is running; otherwise, .
Exceptions
Exception | Condition |
---|---|
SelectorNameException | An instance of DigitalPinSet references a pin or pin group name not loaded in the pin map. |
ObjectDisposedException | IsRunning was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |