ScopeAcquisition.BinarySampleWidth Property
- Updated2023-09-06
- 1 minute(s) read
ScopeAcquisitionBinarySampleWidth Property
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.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public long BinarySampleWidth { get; set; }
Public Property BinarySampleWidth As Long Get Set
Property Value
Type: Int64The default value of this property is device-dependent. Valid values are 8, 16, and 32.
Remarks
To configure the device to store samples with a lower resolution than the native resolution, set this property to the desired binary width. This process can be useful for streaming at faster speeds at the cost of the resolution. The least significant bits are lost with this configuration.