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


Glossary Item Box

Gets the list of currently supported macro recording languages.

Syntax

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

Remarks

This property returns the list of languages supported for macro recording. To set or get the current recording language, see the RecordingLanguage property.

Requirements

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

See Also