Keysight Pathwave 89600 VSA .NET API
Language Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Macro Class : Language Property


Glossary Item Box

Gets the language in which the macro is implemented.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property Language As String
C# 
public abstract string Language {get;}
C++/CLI 
public:
abstract property String^ Language {
   String^ get();
}

Remarks

The returned value will be one of those returned by the MacroCollection.AvailableMacroLanguages property

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also