Keysight Pathwave 89600 VSA .NET API
DisplayUpdates Property
See Also 
Agilent.SA.Vsa.HardwareExtensions.Core.Interfaces Assembly > Agilent.SA.Vsa.HardwareExtensions.Esa Namespace > InputExtension Class : DisplayUpdates Property


Glossary Item Box

Gets or sets a value indicating whether the display is enabled on the ESA instrument

Syntax

Visual Basic (Declaration) 
Public MustOverride Property DisplayUpdates As Boolean
C# 
public abstract bool DisplayUpdates {get; set;}
C++/CLI 
public:
abstract property bool DisplayUpdates {
   bool get();
   void set (    bool value);
}

Remarks

If the value is False (default), the ESA instrument display is blanked. If the value is True, the ESA display is turned on. The 89600/ESA combination runs faster if the value is False.

Requirements

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

See Also