Keysight Pathwave 89600 VSA .NET API
Units Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.Vsa Namespace > DataHeaderEventDataSourceExtension Class : Units Property


Glossary Item Box

Gets or sets the desired units to use with this data header.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property Units As String
C# 
public abstract string Units {get; set;}
C++/CLI 
public:
abstract property String^ Units {
   String^ get();
   void set (    String^ value);
}

Remarks

Data headers usually have some units implied but there is no reliable way to get the units for a data header.

Requirements

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

See Also