NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQmx .NET Framework 4.0 API ReferenceDaqSystem.GetDevicePowerUpState Method (String, String[], DigitalPullUpPullDownResistorState[])Current page
Table of Contents

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

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

DaqSystemGetDevicePowerUpState Method (String, String, DigitalPullUpPullDownResistorState)

Gets the resistor level for lines when they are in tristate logic.

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 DigitalPullUpPullDownResistorState[] states
)
Public Sub GetDevicePowerUpState ( 
	deviceName As String,
	<OutAttribute> ByRef channels As String(),
	<OutAttribute> ByRef states As DigitalPullUpPullDownResistorState()
)

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.DAQmxDigitalPullUpPullDownResistorState
The pull up pull down level set for the physical channel specified with DigitalPullUpPullDownResistorState.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?