NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalPatternControl.Commit Method

  • Updated2023-11-24
  • 1 minute(s) read
DigitalPatternControl.Commit Method

DigitalPatternControlCommit Method

Applies all previously configured pin levels, termination modes, clocks, triggers, and pattern timing to a digital pattern instrument. Calling this method moves the session from the Uncommitted state to the Committed state.

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

Syntax

public void Commit()
Public Sub Commit

Remarks

Calling this method is optional; however, calling the following methods implicitly commits if Commit has not been previously called:

For more information, refer to the Session State Model topic of the Digital Pattern Help.

See Also

Log in to get a better experience