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


Glossary Item Box

Gets or sets the trigger style.

Syntax

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

Requirements

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

See Also