DigitalClockGenerator.Abort Method
- Updated2023-11-24
- 1 minute(s) read
DigitalClockGeneratorAbort Method
Stops clock generation on the specified channel(s) or pin(s) and pin group(s).
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public void Abort()
Public Sub Abort
Exceptions
Exception | Condition |
---|---|
SelectorNameException | An instance of DigitalPinSet references a pin or pin group name not loaded in the pin map. |
IviCDriverException | The underlying NI-Digital driver returned an error. |
ObjectDisposedException | Abort was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |