Keysight Pathwave 89600 VSA .NET API
ResourceInterface Property
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > MeasurementExtension Class : ResourceInterface Property


Glossary Item Box

Gets or sets the resource interface selection which determines the set of API properties used to describe the OFDM signal to be analyzed. This includes the mapping of frame part allocations to the available OFDM Resource Units (RU) plus describing each individual frame part allocation's associated configuration properties.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ResourceInterface As ResourceInterface
C# 
public virtual ResourceInterface ResourceInterface {get; set;}
C++/CLI 
public:
virtual property ResourceInterface ResourceInterface {
   ResourceInterface get();
   void set (    ResourceInterface value);
}

Property Value

The default value is ResourceInterface.Type1.

Remarks

Please refer to ResourceInterface.Type1 and ResourceInterface.Type2 enum description for details of the supported resource interface types.

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 29.00

See Also