Class WaveformDisplayParameter
Inheritance
System.Object
WaveformDisplayParameter
Assembly: MAT.Atlas.Automation.Api.dll
public sealed class WaveformDisplayParameter : Object, IWaveformDisplayParameter
Constructors
Declaration
public WaveformDisplayParameter()
Fields
Declaration
public static readonly WaveformDisplayParameter Empty
Field Value
Properties
Declaration
public string Identifier { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Units { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Value[] Values { get; set; }
Property Value
Implements