Keysight Pathwave 89600 VSA .NET API
Pause() Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > MeasurementCollection Class > Pause Method : Pause() Method


Glossary Item Box

Pauses all of the running measurements.

Syntax

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

Return Value

The collection of previously running measurements. The collection is empty if there were no running measurements.

Remarks

This method also stops recordings that are in progress.

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