NI-DAQmx .NET Framework 4.0 API Reference

DaqSystem.GetDevicePowerUpState Method (String, String[], DigitalPowerUpState[])

  • Updated2023-02-21
  • 1 minute(s) read
DaqSystem.GetDevicePowerUpState Method (String, String[], DigitalPowerUpState[])
Gets the power up states for digital physical lines.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public void GetDevicePowerUpState(
	string deviceName,
	out string[] channels,
	out DigitalPowerUpState[] states
)
Public Sub GetDevicePowerUpState ( 
	deviceName As String,
	<OutAttribute> ByRef channels As String(),
	<OutAttribute> ByRef states As DigitalPowerUpState()
)

Parameters

deviceName
Type: SystemString
The name, as configured in Measurement Automation Explorer (MAX), of the device to which this operation applies.
channels
Type: SystemString
The physical channels that were modified.
states
Type: NationalInstruments.DAQmxDigitalPowerUpState
The power up state set for the physical channels specified in channels.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience