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


Glossary Item Box

Gets or sets the associated UserName assigned to this Allocation for the purpose of results reporting within the OFDM Data Burst Info results trace.

Syntax

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

Remarks

If UserNameAuto is set to false, the UserName string value can be manually set. By manually setting multiple allocations within a given frame part to share the same UserName string value, it is possible to combine the measured EVM, Power, Modulation Format and Resource Unit metrics of those allocations into a single reported UserName results row within the OFDM Data Burst Info results trace.

If UserNameAuto is set to true, the UserName string value is automatically set equal to the allocations unique Name, supporting separate per allocation result row reporting of EVM, Power, Modulation Format and Resource Unit metrics within the OFDM Data Burst Info results trace.

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