DigitalHistoryRamCycleInformation.PerPinPassFail Property
- Updated2023-11-24
- 1 minute(s) read
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: BooleanPer 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.