DCPowerMeasureCompleteEvent.Delay Property
- Updated2024-01-04
- 1 minute(s) read

DCPowerMeasureCompleteEventDelay Property
Gets or sets the amount of time to delay the generation of the MeasureCompleteEvent.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public PrecisionTimeSpan Delay { get; set; }
Public Property Delay As PrecisionTimeSpan Get Set
Property Value
Type: PrecisionTimeSpanSpecifies a PrecisionTimeSpan that represents the amount of time, to delay the generation of the MeasureCompleteEvent.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Delay property was accessed after the associated NIDCPower object was disposed. |