Show / Hide Table of Contents

Interface IWaveformDisplayParameter

Namespace: MAT.Atlas.Automation.Api.Models.Interfaces
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface IWaveformDisplayParameter

Properties

Identifier

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

Units

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

Values

Declaration
Value[] Values { get; set; }
Property Value
Type Description
Value[]
In This Article
Back to top Generated by DocFX