NumberOfRecords
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the number of records to acquire, if the NumberOfRecordsIsFinite property is set to true.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public long NumberOfRecords { get; set; }
Remarks
Specifies a Int64 representing the number of records to acquire.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The NumberOfRecords property was accessed after the associated NIRfsa object was disposed. |