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


Glossary Item Box

Causes the measurement to transition to the Running state.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub Resume() 
C# 
public abstract void Resume()
C++/CLI 
public:
abstract void Resume(); 

Exceptions

ExceptionDescription
System.InvalidOperationExceptionMeasurement cannot run concurrently with selected measurement (Measurement.IsConcurrent = false).

Remarks

This measurement must be able to run concurrently with the selected measurement (app.Measurements.SelectedItem) or a System.InvalidOperationException will be thrown.

Requirements

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

See Also