ScopeAcquisition Properties
- Updated2023-09-06
- 4 minute(s) read
ScopeAcquisition Properties
The ScopeAcquisition type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Backlog |
Gets the number of (PointsDone) samples that have been acquired but not fetched for the record specified by RecordNumberToFetch.
| |
| BinarySampleWidth |
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.
| |
| DataTransferBandwidthMax |
Gets or sets the maximum bandwidth that the device is allowed to consume.
| |
| DataTransferBlockSize |
Gets or sets the maximum number of samples to transfer at one time from the device to host memory.
| |
| DataTransferPacketSizePreferred |
Gets or sets the preferred size of the data field in the PCI Express (PCIe) packet during data transfer.
| |
| DdcDataProcessingMode |
Gets or sets the way in which data is processed by the digital downconverter (DDC).
| |
| EnabledChannels |
Returns a comma-separated list of the channels enabled for the session in ascending order.
| |
| NumberOfMeasurementSamplesToFetch |
Specifies the number of samples to fetch when performing a measurement. Use -1 to fetch the actual record length.
| |
| NumberOfPointsMin |
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.
| |
| NumberOfRecordsToFetch |
Gets or sets the number of records to fetch.
| |
| OverflowErrorReportingMode |
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.
| |
| RecordLength |
Gets the actual number of points the digitizer acquires for each channel.
| |
| RecordNumberToFetch |
Gets or sets the record to fetch from a channel you specify.
| |
| Resolution |
Gets the bit width of valid data (as opposed to padding bits) in the acquired waveform.
| |
| SampleMode |
Gets the ScopeSampleMode the digitizer is currently using.
| |
| SampleRate |
Gets the effective sample rate using the current configuration in samples per second.
| |
| SampleRateMin |
Gets or sets the sampling rate for the acquisition in samples per second.
| |
| StartTime |
Specifies the length of time, in seconds, from the trigger event to the first point in the waveform record.
| |
| TimePerRecord |
Gets or sets the length of time that corresponds to the record length.
| |
| Type |
Specifies how the digitizer acquires data and fills the waveform record.
|