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


Glossary Item Box

Gets or sets the comma-separated list of names for each user ID in the resource map.

Syntax

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

Property Value

The default value is an empty string (which means that all user names are constructed automatically).

Remarks

This property is a comma-separated list of names, with one name for each user ID in the ResourceMap array. Backslash can be used to "escape" a comma character, and two backslashes in a row can be used to include a backslash character. If the number of names in the list is less than the highest user ID, names for the rest of the users are constructed automatically like "User0", "User1", etc.

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