NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalHistoryRamCycleInformation.ExpectedPinStates Property

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

DigitalHistoryRamCycleInformationExpectedPinStates Property

Gets the pin state as expected by the loaded pattern in the order specified in pinList. Pins without defined edges in the specified DUT cycle will return NotAPinState.

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

Syntax

public PinState[][] ExpectedPinStates { get; }
Public ReadOnly Property ExpectedPinStates As PinState()()
	Get

Property Value

Type: PinState
Expected pin states for the cycle information.

Remarks

The first dimension is the DUT cycle index and the second dimension is the expected pin states. Only the first row will have expected pin states 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