Keysight Pathwave 89600 VSA .NET API
CustomTrigType Property
See Also 
Agilent.SA.Vsa.HardwareExtensions.Core.Interfaces Assembly > Agilent.SA.Vsa.HardwareExtensions.InfiniiVision Namespace > InputExtension Class : CustomTrigType Property


Glossary Item Box

Gets or sets a value indicating whether to use the custom trigger command specified by the CustomTrigCommand property.

Syntax

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

Remarks

When CustomTrigType is true, the trigger type can be configured by entering SCPI commands in the CustomTrigCommand property. When this parameter is false, the trigger type is selected with Agilent.SA.Vsa.Trigger.

Requirements

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

See Also