DCPowerControl.Commit Method
- Updated2024-01-04
- 1 minute(s) read

DCPowerControlCommit Method
Applies the settings that you configured previously to the device. Calling this method moves the NI-DCPower session
from the Uncommitted state into the Committed state. If you modify any property after you call this method,
the NI-DCPower session reverts to the Uncommitted state. Use the Initiate method to transition
to the Running state.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023
Syntax
public void Commit()
Public Sub Commit
Remarks
Refer to the Programming States topic in the NI DC Power Supplies and SMUs Help for information about the specific NI-DCPower software states.