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


Glossary Item Box

Gets or sets a value indicating whether the front panel of the instrument is enabled.

Syntax

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

Remarks

If Unlock Front Panel is True (default), the instrument accepts input from its front panel. If Unlock Front Panel is False, the instrument front panel is locked, and no input is accepted.

Note

Unlock Front Panel works only for the GPIB interface to the ESA.

Requirements

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

See Also