Keysight Pathwave 89600 VSA .NET API
Input Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > ICustomStep Interface : Input Method


inx
Index of the input.

Glossary Item Box

Gets the input data for a specified input.

Syntax

Visual Basic (Declaration) 
Function Input( _
   ByVal inx As Integer _
) As MeasurementData
C# 
MeasurementData Input( 
   int inx
)
C++/CLI 
MeasurementData^ Input( 
   int inx
) 

Parameters

inx
Index of the input.

Return Value

The data for the specified input.

Requirements

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

See Also