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