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


inx
Index of the output.

Glossary Item Box

Gets the output data for a specified output.

Syntax

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

Parameters

inx
Index of the output.

Return Value

The data for the specified output.

Requirements

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

See Also