Keysight Pathwave 89600 VSA .NET API
TraceTableBitOrder Enumeration
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : TraceTableBitOrder Enumeration


Glossary Item Box

Specifies the bit order used to display the symbol data in the Symbol Table.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AutoAuto-detect bit order, default to MSB-first if unknown.
LsbFirstBits are interpreted least significant bit first
MsbFirstBits are interpreted most significant bit first.
‡ 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