NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalHistoryRamCycleInformation.ActualPinStates Property

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

DigitalHistoryRamCycleInformationActualPinStates Property

Gets the pin state acquired by History RAM 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[][] ActualPinStates { get; }
Public ReadOnly Property ActualPinStates As PinState()()
	Get

Property Value

Type: PinState
Actual pin states for the cycle information.

Remarks

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