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


measurements
The list of measurements to restart.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Restart( _
   ByVal measurements As IEnumerable(Of Measurement) _
) 
C# 
public virtual void Restart( 
   IEnumerable<Measurement> measurements
)
C++/CLI 
public:
virtual void Restart( 
   IEnumerable<Measurement^>^ measurements
) 

Parameters

measurements
The list of measurements to restart.

Exceptions

ExceptionDescription
System.InvalidOperationExceptionAt least one Measurement in the collection cannot run concurrently with selected measurement (Measurement.IsConcurrent = false).

Remarks

All measurements in the collection must be concurrently runnable 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)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 15.00

See Also