Keysight Pathwave 89600 VSA .NET API
Id Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > PuschRateMatchPattern Class : Id Property


Glossary Item Box

Gets or sets a value indicating the ID of a RateMatchPattern.

Syntax

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

Remarks

Range from 0 to 7. Each RateMatchPattern in a group must have a unique ID.

Requirements

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

See Also