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


Glossary Item Box

Gets or sets the language used when a new macro is recorded or created.

Syntax

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

Exceptions

ExceptionDescription
System.ArgumentExceptionThrown if the requested language is not in the list returned by the AvailableMacroLanguages property.

Remarks

The currently supported choices are available from the AvailableMacroLanguages property.

Requirements

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

See Also