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


Glossary Item Box

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

Syntax

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

Property Value

The default value is true.

Remarks

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