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


Glossary Item Box

Specifies the sign convention for digital input (Logic Analyzer).

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
OffsetBinaryOffset binary convention.
TwosComplementTwo's complement convention.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

Note that an offset binary representation can be converted to two's complement (and vice versa) by simply inverting the most significant bit.

Requirements

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

See Also