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.SetDevicePowerUpState Method (String, String[], DigitalPullUpPullDownResistorState[])Current page
Table of Contents

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

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

DaqSystemSetDevicePowerUpState Method (String, String, DigitalPullUpPullDownResistorState)

Sets 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 SetDevicePowerUpState(
	string deviceName,
	string[] channels,
	DigitalPullUpPullDownResistorState[] states
)
Public Sub SetDevicePowerUpState ( 
	deviceName As String,
	channels As String(),
	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 digital line or port to modify. You cannot modify dedicated digital input lines.
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?