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


Glossary Item Box

Gets or sets the process ID to be set by a data source application.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property ProcessId As Long
C# 
public abstract long ProcessId {get; set;}
C++/CLI 
public:
abstract property int64 ProcessId {
   int64 get();
   void set (    int64 value);
}

Remarks

ProcessId must be set to enable the UserInput API in some licensing scenarios.

Requirements

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

See Also