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


Glossary Item Box

Gets or sets a value indicating whether the measurement can share hardware with another measurement.

Syntax

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

Remarks

When multiple measurements are using the same SelectedAnalyzer and IsShareEnabled is true for these measurements, then they can be run at the same time. Otherwise, when you start one of these measurements, it will stop any other measurements that use the same SelectedAnalyzer.

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 15.00

See Also