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


Glossary Item Box

Gets or sets a value indicating whether all the allocations share the same RB End.

Syntax

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

Property Value

The default value is true.

Remarks

If true, the RBEnd values defined for the individual allocations are ignored and the RBEnd 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