NI-SCOPE .NET Class Library Help

ScopeAcquisition Class

  • Updated2023-09-06
  • 5 minute(s) read
ScopeAcquisition Class

ScopeAcquisition Class

Gets and sets the record to fetch from a channel that you specify.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIScopeScopeSubObject
    NationalInstruments.ModularInstruments.NIScopeScopeAcquisition

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

Syntax

public sealed class ScopeAcquisition : ScopeSubObject, 
	IIviScopeAcquisition
Public NotInheritable Class ScopeAcquisition
	Inherits ScopeSubObject
	Implements IIviScopeAcquisition

The ScopeAcquisition type exposes the following members.

Properties

  NameDescription
Public propertyBacklog
Gets the number of (PointsDone) samples that have been acquired but not fetched for the record specified by RecordNumberToFetch.
Public propertyBinarySampleWidth
Gets or sets the bit width of the binary data in the acquired waveform, which is useful for determining which binary fetch method to use.
Public propertyDataTransferBandwidthMax
Gets or sets the maximum bandwidth that the device is allowed to consume.
Public propertyDataTransferBlockSize
Gets or sets the maximum number of samples to transfer at one time from the device to host memory.
Public propertyDataTransferPacketSizePreferred
Gets or sets the preferred size of the data field in the PCI Express (PCIe) packet during data transfer.
Public propertyDdcDataProcessingMode
Gets or sets the way in which data is processed by the digital downconverter (DDC).
Public propertyEnabledChannels
Returns a comma-separated list of the channels enabled for the session in ascending order.
Public propertyNumberOfMeasurementSamplesToFetch
Specifies the number of samples to fetch when performing a measurement. Use -1 to fetch the actual record length.
Public propertyNumberOfPointsMin
Gets or sets the minimum number of points you require in the waveform record for each channel. NI-SCOPE uses the value you specify to configure the record length that the digitizer uses for waveform acquisition. RecordLength returns the actual record length.
Public propertyNumberOfRecordsToFetch
Gets or sets the number of records to fetch.
Public propertyOverflowErrorReportingMode
Gets or sets the reporting mode when the onboard signal processing block detects an overflow in any of its stages. Overflows lead to clipping of the waveform.
Public propertyRecordLength
Gets the actual number of points the digitizer acquires for each channel.
Public propertyRecordNumberToFetch
Gets or sets the record to fetch from a channel you specify.
Public propertyResolution
Gets the bit width of valid data (as opposed to padding bits) in the acquired waveform.
Public propertySampleMode
Gets the ScopeSampleMode the digitizer is currently using.
Public propertySampleRate
Gets the effective sample rate using the current configuration in samples per second.
Public propertySampleRateMin
Gets or sets the sampling rate for the acquisition in samples per second.
Public propertyStartTime
Specifies the length of time, in seconds, from the trigger event to the first point in the waveform record.
Public propertyTimePerRecord
Gets or sets the length of time that corresponds to the record length.
Public propertyType
Specifies how the digitizer acquires data and fills the waveform record.
Top

Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

Remarks

For more information, refer to the Acquisition Functions topic in the NI High-Speed Digitizers Help or to the Fetch and Read topics in the NI-SCOPE Function Reference Help.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience