NI-SCOPE .NET Class Library Help

Table of Contents

ScopeTiming.MoreRecordsThanMemoryAllowed Property

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

ScopeTimingMoreRecordsThanMemoryAllowed Property

Gets or sets whether more records can be configured with NumberOfRecordsToAcquire than fit in the onboard memory.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public bool MoreRecordsThanMemoryAllowed { get; set; }
Public Property MoreRecordsThanMemoryAllowed As Boolean
	Get
	Set

Property Value

Type: Boolean
The default value is instrument-specific.

Remarks

If this property is set to , it is necessary to fetch records while the acquisition is in progress. Eventually, some of the records will be overwritten. The fetch method throws an exception if you attempt to fetch a record after it has been overwritten.

See Also

Log in to get a better experience