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


Glossary Item Box

This interface is for channelized (on a per input channel basis) properties and methods for processing data transfers from a data source application.

Syntax

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

Remarks

This interface is contained by elements in a UserInputDataChannelCollection. 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