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


Glossary Item Box

Gets or sets a value indicating the Resource ID of this physical channel.

Syntax

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

Property Value

The value range is from 0 to 63. The default value is 0.

Remarks

According to TS38.211 and TS38.331, one UE can be configured with several SRS resource set, each SRS resource set contains one or multiple SRS resources. Each SRS resource has a resource ID to identify this SRS resource. At most 16 SRS resource set can be configured in the system, and at most 16 SRS resource can be configured in one SRS resource set. At most 64 SRS resource set can be configured in the system. Currently inside VSA, each SRS is one SRS resource, and all the parameters under that SRS is the parameters for this SRS resource. Multiple SRS resources are supported by configuring multiple SRS channels.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 25.00

See Also