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


unit
The unit of the property.

Glossary Item Box

Initializes a new instance of the UnitAttribute class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal unit As String _
)
C# 
public UnitAttribute( 
   string unit
)
C++/CLI 
public:
UnitAttribute( 
   String^ unit
)

Parameters

unit
The unit of the property.

Requirements

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

See Also