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


Glossary Item Box

Gets or sets the value of the second threshold.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property ThresholdB As Double
C# 
public abstract double ThresholdB {get; set;}
C++/CLI 
public:
abstract property double ThresholdB {
   double get();
   void set (    double 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