NI-SCOPE .NET Class Library Help

Table of Contents

ScopeTiming.EnforceRealtime Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeTiming.EnforceRealtime Property

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: Boolean
The default value is true.

Exceptions

ExceptionCondition
InvalidOperationException Trying to access an unset property.
ObjectDisposedException The object has been disposed.
ModularInstrumentsException The underlying driver returned an error.

See Also

Log in to get a better experience