DaqSystem.SetDevicePowerUpState Method (String, String[], DigitalPullUpPullDownResistorState[])
- Updated2023-02-21
- 1 minute(s) read
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
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |