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


Glossary Item Box

Gets or sets a value indicating whether all the allocations share the same mod type.

Syntax

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

Property Value

The default value is true.

Remarks

If true, the ModType values defined for the individual allocations are ignored and the ModType value of the Channel is applied to all allocations.

Requirements

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

See Also