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


Glossary Item Box

Gets or sets the bandwidth of the external reference locking loop.

Syntax

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

Remarks

The Ext Ref Lock BW parameter is used to specify the external reference signal Band Width. The default setting is 15 Hz. Set the external reference BW to 60 Hz when the external reference signal has superior phase noise.

Requirements

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

See Also