Keysight Pathwave 89600 VSA .NET API
BitPacking Enumeration
See Also 
Agilent.SA.Vsa.HardwareExtensions.Core.Interfaces Assembly > Agilent.SA.Vsa.HardwareExtensions.XSeries Namespace : BitPacking Enumeration


Glossary Item Box

Specifies the recording bit packing density of the XSeries analyzer

Syntax

Visual Basic (Declaration) 
Public Enum BitPacking 
   Inherits System.Enum
C# 
public enum BitPacking : System.Enum 
C++/CLI 
public enum class BitPacking : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
AutoThe bit packing is determined by 89601 software Used as default when capture bit packing is not supported
Pack32The bit packing is 32 bits per complex sample
Pack64The bit packing is 64 bits per complex sample
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

See Also