Show / Hide Table of Contents

Class Measurement

Provides functionality for FCT measurement modules

Inheritance
System.Object
Module
Measurement
INAFullyStd
UISPIFullyStd
Inherited Members
Module.interfaceI2C
Module.ReadMemory(Byte)
Module.WriteMemory(Byte, Byte)
Module.GetDate(Byte, Byte)
Module.WriteDate(Byte, Byte, DateTime)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Elatec.FCT.Client.Hardware.Module
Assembly: ElatecFCT.dll
Syntax
public abstract class Measurement : Module

Constructors

View Source

Measurement(II2c)

Initializes a new instance of the Elatec.FCT.Client.Hardware.Module.Measurement using an i2c interface

Declaration
public Measurement(II2c interfaceI2C)
Parameters
Type Name Description
II2c interfaceI2C

Properties

View Source

I2CAddress

Declaration
protected override byte I2CAddress { get; }
Property Value
Type Description
System.Byte
Overrides
Module.I2CAddress
View Source

ID

The ID number of each module measurement type

Declaration
public byte ID { get; set; }
Property Value
Type Description
System.Byte
View Source

MaintananceDate

The setup date of the module assuming base year 2000

Declaration
public DateTime MaintananceDate { get; set; }
Property Value
Type Description
System.DateTime
View Source

NameIdentifier

Type of measurement module

Declaration
public byte NameIdentifier { get; set; }
Property Value
Type Description
System.Byte
View Source

ReferenceVoltage

Some calibration data

Declaration
public double ReferenceVoltage { get; set; }
Property Value
Type Description
System.Double
View Source

Revision

The PCBA revision of the current module

Declaration
public byte Revision { get; set; }
Property Value
Type Description
System.Byte
View Source

SetupDate

The setup date of the module assuming base year 2000

Declaration
public DateTime SetupDate { get; set; }
Property Value
Type Description
System.DateTime

Methods

View Source

Init()

Declaration
public abstract override void Init()
Overrides
Module.Init()
  • View Source
In This Article
Back to top Generated by DocFX