NumberOfSamplesIsFinite
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether the device acquires a finite number of samples or acquires continuously.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public bool NumberOfSamplesIsFinite { get; set; }
Remarks
true if the device acquires a finite number of samples; otherwise, false.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The NumberOfSamplesIsFinite property was accessed after the associated NIRfsa object was disposed. |