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


Glossary Item Box

Pauses all measurements associated with this hardware and suspends communications with the hardware.

Syntax

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

Remarks

Hardware communications are resumed when you perform an operation that requires the hardware, such as Measurement.Restart or Measurement.Resume. Note: Starting the measurement after a suspend does not do all the hardware initialization that is done after a Disconnect. As a result, you must guarantee that the hardware configuration and/or setup is not changed between the time Suspend is called and when the measurement is resumed.

Requirements

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

See Also