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


Glossary Item Box

Gets or sets the trigger slope.

Syntax

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

Remarks

Determine the current trigger slope; either a positive transition from below the trigger level to above it, or a negative transition from above the trigger level to below it. The trigger slope is not used for the free run trigger type.

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 18.50

See Also