Keysight Pathwave 89600 VSA .NET API
CaptureBitPacking Property
See Also 
Agilent.SA.Vsa.HardwareExtensions.Core.Interfaces Assembly > Agilent.SA.Vsa.HardwareExtensions.XSeries Namespace > InputExtension Class : CaptureBitPacking Property


Glossary Item Box

Gets or sets the bit packing mode to use in the capture RAM of the X-Series analyzer

Syntax

Visual Basic (Declaration) 
Public MustOverride Property CaptureBitPacking As BitPacking
C# 
public abstract BitPacking CaptureBitPacking {get; set;}
C++/CLI 
public:
abstract property BitPacking CaptureBitPacking {
   BitPacking get();
   void set (    BitPacking value);
}

Remarks

Auto bit packing (default) allows the 89601 software to select the packing density. For spans below 40 MHz the density is 64 bits/sample. For spans above 40 MHz the density is 32 bits/sample. The data is packed into the analyzer's capture RAM and then converted to single precision floating point before being stored in the recording file.

Available choices depend on model

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also