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


Glossary Item Box

Gets the collection of measurements that are shared with this measurement.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetSharedMeasurements() As ReadOnlyCollection(Of Measurement)
C# 
public virtual ReadOnlyCollection<Measurement> GetSharedMeasurements()
C++/CLI 
public:
virtual ReadOnlyCollection<Measurement^>^ GetSharedMeasurements(); 

Return Value

the collection of measurements

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