NIRfsa Namespace

Table of Contents

RfsaIQAcquisitionConfiguration.NumberOfSamples Property

  • Updated2025-07-17
  • 1 minute(s) read
RfsaIQAcquisitionConfiguration.NumberOfSamples Property

RfsaIQAcquisitionConfigurationNumberOfSamples Property

Gets or sets the number of samples to acquire.

Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025

Syntax

public long NumberOfSamples { get; set; }
Public Property NumberOfSamples As Long
	Get
	Set

Property Value

Int64
Specifies a Int64 representing the number of samples to acquire.

Exceptions

ExceptionCondition
ObjectDisposedException The NumberOfSamples property was accessed after the associated NIRfsa object was disposed.

Remarks

This property is only valid if the NumberOfRecordsIsFinite property is set to .

See Also

Log in to get a better experience