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


Glossary Item Box

Causes the measurement to restart. The Average count is reset to 0 and the measurement transitions to the Running State.

Syntax

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

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