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


Glossary Item Box

Gets or sets a value indicating whether this allocation's associated UserName is automatically set equal to the allocation Name, or instead is manually set.

Syntax

Visual Basic (Declaration) 
Public Overridable Property UserNameAuto As Boolean
C# 
public virtual bool UserNameAuto {get; set;}
C++/CLI 
public:
virtual property bool UserNameAuto {
   bool get();
   void set (    bool 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