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