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


Glossary Item Box

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

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 the value is False (default), the instrument front panel is locked, and no input is accepted.

If the value is True, the instrument accepts input from its front panel.

Setting the value to True can interfere with communication between other applications and other GPIB instruments. Take care not to change parameters that will interfere with 89600 measurements, such as data sample rate or sweep time.

This is useful for diagnostic purposes or to change PSA parameters that the 89600 software does not set.

Tip: Some changes you make from the PSA front panel may be overwritten by the 89600. You are more likely to notice these changes if you enable PSA display updates when you make changes from the PSA front panel.

Requirements

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

See Also