Show / Hide Table of Contents

Class TWN4SecustosS

TWN4 Secustos Cicuitpython FCT

Inheritance
System.Object
CircuitPythonFCT
CircuitPythonFCTs0LED
TWN4SecustosS
Implements
ICommandFCT
Inherited Members
CircuitPythonFCTs0LED.CurrentSensor
CircuitPythonFCTs0LED.USBActive
CircuitPythonFCTs0LED.DutReset
CircuitPythonFCTs0LED.DutFwBoot
CircuitPythonFCTs0LED.DutMcuBoot
CircuitPythonFCTs0LED.DutPwrDown
CircuitPythonFCTs0LED.DutHostsense
CircuitPythonFCTs0LED.HasInterlok
CircuitPythonFCTs0LED.HasCircleMarker
CircuitPythonFCTs0LED.IsDUTInserted
CircuitPythonFCTs0LED.RestartDUT()
CircuitPythonFCTs0LED.ResetDUT()
CircuitPythonFCTs0LED.ConnectDUT()
CircuitPythonFCTs0LED.DisconnectDUT()
CircuitPythonFCTs0LED.ShowOK()
CircuitPythonFCTs0LED.ShowError()
CircuitPythonFCTs0LED.ShowBusy()
CircuitPythonFCTs0LED.Blink()
CircuitPythonFCTs0LED.AddCircleMark()
CircuitPythonFCTs0LED.GetVoltage_V(Int32, ReadingMode)
CircuitPythonFCTs0LED.GetCurrent_mA(Int32, ReadingMode)
CircuitPythonFCTs0LED.GetColor(Int32, Int32, Int32)
CircuitPythonFCT.Board
CircuitPythonFCT.Memory
CircuitPythonFCT.SerialPort
CircuitPythonFCT.FctID
CircuitPythonFCT.EcuID
CircuitPythonFCT.ImageNameFirmware
CircuitPythonFCT.ExpectedFirmware
CircuitPythonFCT.Firmware
CircuitPythonFCT.Signals
CircuitPythonFCT.IsInit
CircuitPythonFCT.GetTrialCounter()
CircuitPythonFCT.GetSuccessCounter()
CircuitPythonFCT.IncrementTrialCounter()
CircuitPythonFCT.IncrementSuccessCounter()
CircuitPythonFCT.ResetCounter()
CircuitPythonFCT.GetField_dbm(Byte[])
CircuitPythonFCT.EnterTransparent(Int32, Parity)
CircuitPythonFCT.ExitTransparent()
CircuitPythonFCT.SetTransparentRS485(Boolean)
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 TWN4SecustosS : CircuitPythonFCTs0LED, ICommandFCT

Constructors

View Source

TWN4SecustosS(CircuitPythonREPL)

Declaration
public TWN4SecustosS(CircuitPythonREPL board)
Parameters
Type Name Description
CircuitPythonREPL board

Properties

View Source

DutPower

Declaration
public Signal DutPower { get; set; }
Property Value
Type Description
Signal
View Source

GPIO

Fixture internal GPIO expander

Declaration
public GPIOExpanderREPL GPIO { get; set; }
Property Value
Type Description
GPIOExpanderREPL
View Source

IN1

Declaration
public Signal IN1 { get; set; }
Property Value
Type Description
Signal
View Source

IN2

Declaration
public Signal IN2 { get; set; }
Property Value
Type Description
Signal
View Source

IN3

Declaration
public Signal IN3 { get; set; }
Property Value
Type Description
Signal

Methods

View Source

Init()

ICommandFCT: Init the FCT

Declaration
public override void Init()
Overrides
CircuitPythonFCTs0LED.Init()

Implements

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