Keysight Pathwave 89600 VSA .NET API
ThresholdA Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.Vsa Namespace > ThresholdEventCondition Class : ThresholdA Property


Glossary Item Box

Gets or sets the value of the first threshold.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property ThresholdA As String
C# 
public abstract string ThresholdA {get; set;}
C++/CLI 
public:
abstract property String^ ThresholdA {
   String^ get();
   void set (    String^ value);
}

Remarks

See ThresholdOperator for more information.

Requirements

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

See Also