ScopeAcquisition.SampleRateMin Property
- Updated2023-09-06
- 1 minute(s) read
ScopeAcquisitionSampleRateMin Property
Gets or sets the sampling rate for the acquisition in samples per second.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public double SampleRateMin { get; set; }
Public Property SampleRateMin As Double Get Set
Property Value
Type: DoubleThe combination of this property and NumberOfPointsMin must allow the digitizer to sample at a valid sampling rate and not require more memory than the onboard memory module allows.
Remarks
This property is the frequency at which digitized samples are stored, expressed in samples per second. This property is rounded up to the next valid sampling rate that the device supports. If EnforceRealtime is set to , the sampling rate must be set lower than the RealtimeSampleRateMax of the digitizer, so data can be digitized at the requested rate. If EnforceRealtime is set to , sampling rates can be set higher than the maximum real-time sampling rate of the digitizer. When this happens, NI-SCOPE enters random interleaved sampling (RIS) mode, where it acquires multiple waveforms at the maximum real-time sampling rate and reconstructs a periodic waveform.