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


Glossary Item Box

Gets or sets the RB end for the allocation/channel

Syntax

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

Property Value

The default value is 0. The minimum value is 0 and the maximum depends on the bandwidth.

Remarks

RBEnd has to be greater than or equal to RBStart

Requirements

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

See Also