Keysight Pathwave 89600 VSA .NET API
UserInputData Class
Members  See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : UserInputData Class


Glossary Item Box

Contains properties and methods for processing data transfers from a data source application.

Object Model

UserInputData ClassUserInputDataChannelCollection ClassUserInputDataChannel Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class UserInputData 
   Inherits RemotableObject
   Implements IPropertyInfoIPropertyInfo2IRemoteNotifyPropertyChangedIRemoteNotifyPropertyInfoChanged 
C++/CLI 
public ref class UserInputData abstract : public RemotableObject, IPropertyInfoIPropertyInfo2IRemoteNotifyPropertyChangedIRemoteNotifyPropertyInfoChanged  

Remarks

Properties set by the data source application reflect changes in the data sent to the vector signal analyzer. Property values retrieved by the data source application reflect expectations about the data to be processed by the vector signal analyzer. These expectations depend on the current measurement configuration, and will change as the measurement configuration changes. Changes to read-only properties on this interface may be detected through UserInputChangeRegister.

Requirements

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

See Also