Keysight Pathwave 89600 VSA .NET API
ProcessorMode Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > MeasurementExtension Class : ProcessorMode Property


Glossary Item Box

Gets or sets a value indicating a preference for what type of processing mode to use for the measurement.

Syntax

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

Remarks

The actual processing mode utilized by the running measurement will be limited by this indicated preference. However, the used processing mode will also be limited by available computation resources, and the installed support.

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 28.40

See Also