Keysight Pathwave 89600 VSA .NET API
IsUpdatePause Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Trace Class : IsUpdatePause Property


Glossary Item Box

Gets or sets a value indicating whether the measurement is paused when the trace reaches the update count.

Syntax

Visual Basic (Declaration) 
Public Overridable Property IsUpdatePause As Boolean
C# 
public virtual bool IsUpdatePause {get; set;}
C++/CLI 
public:
virtual property bool IsUpdatePause {
   bool get();
   void set (    bool value);
}

Remarks

This setting is only used if Update is not TraceUpdateType.ClearWrite.

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 18.50

See Also