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


Glossary Item Box

Gets or sets the Element Spacing Unit.

Syntax

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

Property Value

The default value is Lambda.

Remarks

Allows the user to specify the Element Spacing Unit. if unit is lambda, we use it to calculate the beamforming directly; if the unit is meter, we first convert it to lambda using the center frequency, then use it to calculate the beamforming.

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 22.20

See Also