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


Glossary Item Box

Gets or sets a value indicating the resource allocation type of this SRS.

Syntax

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

Property Value

The default value is SrsResourceType.CustomDefined

Remarks

This value decides how this SRS resource is allocated on the specified slots, . When it is , this SRS is transmitted on the slots , and it is only transmitted once. When it is , this SRS is transmitted on slot every slots. When it is , this SRS is transmitted on slot every slots as long as this SRS resource is activated. When it is , this SRS is transmitted on the slots , and it is transmitted in every frame.

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