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


Glossary Item Box

Gets or sets a value indicating whether the configuration should lock to the external reference signal or not.

Syntax

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

Remarks

Some hardware configurations can sense an external reference signal being applied and automatically lock to it. In these configurations, this property is ignored.

Requirements

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

See Also