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


Glossary Item Box

Specifies the units of the Y axis.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AutoSpecifies the units are set automatically based upon the data.
MilliRmsSpecifies milli RMS units.
PeakSpecifies peak units.
PowerSpecifies power units.
RmsSpecifies RMS units.
‡ 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