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


Glossary Item Box

Gets a reference to the interface for a data source application to send data into the analyzer.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property UserInput As UserInput
C# 
public abstract UserInput UserInput {get;}
C++/CLI 
public:
abstract property UserInput^ UserInput {
   UserInput^ get();
}

Remarks

This interface is intended to support data source applications and allow them to provide time series data to the vector signal analyzer. The data source applications are not actively controlled by the vector signal analyzer.

Direct access to this interface requires a license for option 101.

Requirements

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

See Also