Class TWN4SecustosS
TWN4 Secustos Cicuitpython FCT
Implements
Inherited Members
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 SourceTWN4SecustosS(CircuitPythonREPL)
Declaration
public TWN4SecustosS(CircuitPythonREPL board)
Parameters
Type | Name | Description |
---|---|---|
CircuitPythonREPL | board |
Properties
View SourceDutPower
Declaration
public Signal DutPower { get; set; }
Property Value
Type | Description |
---|---|
Signal |
GPIO
Fixture internal GPIO expander
Declaration
public GPIOExpanderREPL GPIO { get; set; }
Property Value
Type | Description |
---|---|
GPIOExpanderREPL |
IN1
Declaration
public Signal IN1 { get; set; }
Property Value
Type | Description |
---|---|
Signal |
IN2
Declaration
public Signal IN2 { get; set; }
Property Value
Type | Description |
---|---|
Signal |
IN3
Declaration
public Signal IN3 { get; set; }
Property Value
Type | Description |
---|---|
Signal |
Methods
View SourceInit()
ICommandFCT: Init the FCT
Declaration
public override void Init()