Show / Hide Table of Contents

Class SamTestCard

Provides functionality for SAM test cards hardware (Based on AVR SAM Emulation firmware V1.04)

Inheritance
System.Object
SamTestCard
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 SamTestCard

Methods

View Source

GetSamVoltage_V(String)

Get the DUT SAM voltage measured by the SAM test card

Declaration
public double GetSamVoltage_V(string ATR)
Parameters
Type Name Description
System.String ATR

The ATR read by the DUT

Returns
Type Description
System.Double

SAM Vcc voltage in volt (rounded to two decimals)

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