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


Glossary Item Box

Gets or sets the instrument in the configuration that will provide the frequency reference for the configuration and preferably accept an external reference signal.

Syntax

Visual Basic (Declaration) 
Public Overridable Property PrimaryFrequencyReference As InstrumentId
C# 
public virtual InstrumentId PrimaryFrequencyReference {get; set;}
C++/CLI 
public:
virtual property InstrumentId PrimaryFrequencyReference {
   InstrumentId get();
   void set (    InstrumentId value);
}

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 26.00

See Also