ScopeTiming.EnforceRealtime Property
- Updated2023-09-06
- 1 minute(s) read
ScopeTimingEnforceRealtime Property
Gets or sets whether the digitizer enforces real-time measurements or allows equivalent-time measurements.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public bool EnforceRealtime { get; set; }
Public Property EnforceRealtime As Boolean Get Set
Property Value
Type: BooleanThe default value is true.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Trying to access an unset property. |
ObjectDisposedException | The object has been disposed. |
ModularInstrumentsException | The underlying driver returned an error. |