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


Glossary Item Box

Domain for rise/fall/pulse width thresholds and used in percent droop, overshoot, and ripple calculations.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
PowerRise/fall time threshold calculations are done in watts. Percent ripple, percent overshoot, and percent droop calculations are also done in watts.
VoltageRise/fall time threshold calculations are done in volts. Percent ripple, percent overshoot, and percent droop calculations are also done in volts.
‡ 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)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 19.00

See Also