Show / Hide Table of Contents

Class DefaultModuFCTV1

Provides functionality for unknown ModuFCTs

Inheritance
System.Object
ModuFCTV1
DefaultModuFCTV1
Implements
ICommandFCT
Inherited Members
ModuFCTV1.IO1
ModuFCTV1.IO2
ModuFCTV1.IO3
ModuFCTV1.IO4
ModuFCTV1.IO5
ModuFCTV1.IO6
ModuFCTV1.IO7
ModuFCTV1.IO8
ModuFCTV1.IO9
ModuFCTV1.IO10
ModuFCTV1.IO11
ModuFCTV1.IO12
ModuFCTV1.IO13
ModuFCTV1.IO14
ModuFCTV1.IO15
ModuFCTV1.Modules
ModuFCTV1.Mainboard
ModuFCTV1.Identifier
ModuFCTV1.Signals
ModuFCTV1.HubActive
ModuFCTV1.DutReset
ModuFCTV1.DutFwBoot
ModuFCTV1.DutMcuBoot
ModuFCTV1.DutPwrDown
ModuFCTV1.DutHostsense
ModuFCTV1.CircleMarker
ModuFCTV1.HasInterlok
ModuFCTV1.DUT
ModuFCTV1.MCU
ModuFCTV1.FctID
ModuFCTV1.Firmware
ModuFCTV1.ExpectedFirmware
ModuFCTV1.ImageNameFirmware
ModuFCTV1.IsInit
ModuFCTV1.SerialPort
ModuFCTV1.RestartDUT()
ModuFCTV1.ConnectDUT()
ModuFCTV1.DisconnectDUT()
ModuFCTV1.ResetDUT()
ModuFCTV1.GetTrialCounter()
ModuFCTV1.GetSuccessCounter()
ModuFCTV1.IncrementTrialCounter()
ModuFCTV1.IncrementSuccessCounter()
ModuFCTV1.ResetCounter()
ModuFCTV1.EnterTransparent(Int32, Parity)
ModuFCTV1.ExitTransparent()
ModuFCTV1.SetTransparentRS485(Boolean)
ModuFCTV1.AddCircleMark()
ModuFCTV1.GetFirmware()
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
Assembly: ElatecFCT.dll
Syntax
public class DefaultModuFCTV1 : ModuFCTV1, ICommandFCT

Constructors

View Source

DefaultModuFCTV1(SerialPort)

Initializes a new instance of the ElatecFCT.Hardware.DefaultModuFCTV1 using a serial port

Declaration
public DefaultModuFCTV1(SerialPort serialPort)
Parameters
Type Name Description
System.IO.Ports.SerialPort serialPort

Properties

View Source

HasCircleMarker

Declaration
public override bool HasCircleMarker { get; set; }
Property Value
Type Description
System.Boolean
Overrides
ModuFCTV1.HasCircleMarker
View Source

IsDUTInserted

Declaration
public override bool IsDUTInserted { get; }
Property Value
Type Description
System.Boolean
Overrides
ModuFCTV1.IsDUTInserted
View Source

USBActive

Declaration
public override Signal USBActive { get; }
Property Value
Type Description
Signal
Overrides
ModuFCTV1.USBActive

Methods

View Source

Blink()

Declaration
public override void Blink()
Overrides
ModuFCTV1.Blink()
View Source

GetColor(Int32, Int32, Int32)

Declaration
public override int GetColor(int channel, int waveLenght, int sensitivity)
Parameters
Type Name Description
System.Int32 channel
System.Int32 waveLenght
System.Int32 sensitivity
Returns
Type Description
System.Int32
Overrides
ModuFCTV1.GetColor(Int32, Int32, Int32)
View Source

GetCurrent_mA(Int32, ReadingMode)

Declaration
public override double GetCurrent_mA(int channel, ReadingMode mode)
Parameters
Type Name Description
System.Int32 channel
ReadingMode mode
Returns
Type Description
System.Double
Overrides
ModuFCTV1.GetCurrent_mA(Int32, ReadingMode)
View Source

GetField_dbm(Byte[])

Declaration
public override double GetField_dbm(byte[] macAddress)
Parameters
Type Name Description
System.Byte[] macAddress
Returns
Type Description
System.Double
Overrides
ModuFCTV1.GetField_dbm(Byte[])
View Source

GetVoltage_V(Int32, ReadingMode)

Declaration
public override double GetVoltage_V(int channel, ReadingMode mode)
Parameters
Type Name Description
System.Int32 channel
ReadingMode mode
Returns
Type Description
System.Double
Overrides
ModuFCTV1.GetVoltage_V(Int32, ReadingMode)
View Source

Init()

Declaration
public override void Init()
Overrides
ModuFCTV1.Init()
View Source

ProgBLE()

Declaration
public override bool ProgBLE()
Returns
Type Description
System.Boolean
Overrides
ModuFCTV1.ProgBLE()
View Source

ShowBusy()

Declaration
public override void ShowBusy()
Overrides
ModuFCTV1.ShowBusy()
View Source

ShowError()

Declaration
public override void ShowError()
Overrides
ModuFCTV1.ShowError()
View Source

ShowOK()

Declaration
public override void ShowOK()
Overrides
ModuFCTV1.ShowOK()

Implements

ICommandFCT
  • View Source
In This Article
Back to top Generated by DocFX