Click or drag to resize

MetadataNames Class

A class that defines metadata names understood by RelaxIS.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.CommonMetadataNames

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class MetadataNames

The MetadataNames type exposes the following members.

Constructors
 NameDescription
Public methodMetadataNamesInitializes a new instance of the MetadataNames class
Top
Fields
 NameDescription
Public fieldStatic memberACVOLTAGE Defines the name of a metadata value interpreted as an AC Voltage.
Public fieldStatic memberAREA Defines the name of a metadata value interpreted as an Area.
Public fieldStatic memberCONCENTRATION Defines the name of a metadata value interpreted as a Concentration.
Public fieldStatic memberCURRENT Defines the name of a metadata value interpreted as a Current.
Public fieldStatic memberDCVOLTAGE Defines the name of a metadata value interpreted as a DC Voltage.
Public fieldStatic memberFREEVARIABLE Defines the name of a metadata value interpreted as a Free Variable.
Public fieldStatic memberFREEVARIABLE2 Defines the name of a metadata value interpreted as a FreeVariable2.
Public fieldStatic memberHARMONIC Defines the name of a metadata value interpreted as a Harmonic.
Public fieldStatic memberPRESSURE Defines the name of a metadata value interpreted as a Pressure.
Public fieldStatic memberSOC Defines the name of a metadata value interpreted as an SOC.
Public fieldStatic memberSOH Defines the name of a metadata value interpreted as an SOH.
Public fieldStatic memberTEMPERATURE Defines the name of a metadata value interpreted as a Temperature.
Public fieldStatic memberTHICKNESS Defines the name of a metadata value interpreted as a Thickness.
Public fieldStatic memberTIME Defines the name of a metadata value interpreted as a Time.
Top
Remarks
While arbitrary names can be used in the Metadata definition, not all are understood and used in RelaxIS. RelaxIS only allows a fixed set of metadata, all others are ignored.
See Also