NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerEventToggleInitialState Enumeration

  • Updated2024-01-04
  • 2 minute(s) read
DCPowerEventToggleInitialState Enumeration

DCPowerEventToggleInitialState Enumeration

Specifies values for the event toggle initial state property.

Namespace:  NationalInstruments.ModularInstruments.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023

Syntax

public enum DCPowerEventToggleInitialState
Public Enumeration DCPowerEventToggleInitialState

Members

  Member nameValueDescription
Low1149 The output is set to low at session commit. For operation in Single Point source mode, the output switches to high when the event occurs during the acquisition. The output then switches to low if a subsequent event occurs during the acquisition. This pattern repeats as events continue to be generated. For operation in Sequence source mode, the output switches to high the first time an event occurs during the acquisition. It then switches to low the second time an event occurs. This pattern repeats for any subsequent event occurrences.
High1150 The output is set to high at session commit. For operation in Single Point source mode, the output switches to low when the event occurs during the acquisition. The output then switches to high if a subsequent event occurs during the acquisition. This pattern repeats as events continue to be generated. For operation in Sequence source mode, the output switches to low the first time an event occurs during the acquisition. It then switches to high the second time an event occurs. This pattern repeats for any subsequent event occurrences.

See Also

Log in to get a better experience