Show / Hide Table of Contents

Class WaveformDisplayParameter

Inheritance
System.Object
WaveformDisplayParameter
Implements
IWaveformDisplayParameter
Namespace: MAT.Atlas.Automation.Api.Models
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public sealed class WaveformDisplayParameter : Object, IWaveformDisplayParameter

Constructors

WaveformDisplayParameter()

Declaration
public WaveformDisplayParameter()

Fields

Empty

Declaration
public static readonly WaveformDisplayParameter Empty
Field Value
Type Description
WaveformDisplayParameter

Properties

Identifier

Declaration
public string Identifier { get; set; }
Property Value
Type Description
System.String

Units

Declaration
public string Units { get; set; }
Property Value
Type Description
System.String

Values

Declaration
public Value[] Values { get; set; }
Property Value
Type Description
Value[]

Implements

IWaveformDisplayParameter
In This Article
Back to top Generated by DocFX