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


Glossary Item Box

Gets or sets the input channel that is triggered (by specifying the index of the channel).

Syntax

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

Remarks

The Channel property determines the input channel (by index) that controls the measurement trigger. The first channel corresponds to an index value of 0, where the index is the index of a channel in the Channels collection. The trigger channel is irrelevant if the trigger style is free run.

Requirements

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

See Also