NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalHistoryRamCycleInformation.PerPinPassFail Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalHistoryRamCycleInformation.PerPinPassFail Property

DigitalHistoryRamCycleInformationPerPinPassFail Property

Gets the pass fail information for pins in the order specified in pinList. Pins without defined edges in a DUT cycle will return pass (True).

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

public bool[][] PerPinPassFail { get; }
Public ReadOnly Property PerPinPassFail As Boolean()()
	Get

Property Value

Type: Boolean
Per pin pass fail for the cycle information.

Remarks

The first dimension is the DUT cycle index and the second dimension is the per pin pass fail. Only the first row will have per pin pass fail values if the edge multiplier is 1. If the edge multiplier is greater than one, additional rows will be populated.

See Also

Log in to get a better experience