NI-DAQmx .NET Framework 4.0 API Reference

AISensorPowerConfiguration Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
AISensorPowerConfiguration Enumeration
Specifies whether to turn on the sensor's power supply or to leave the configuration unchanged.

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

Syntax

public enum AISensorPowerConfiguration
Public Enumeration AISensorPowerConfiguration

Members

  Member nameValueDescription
NoChange10160Sensor power supply configuration is not changed.
Enabled16145Sensor power supply is turned on.
Disabled16146Sensor power supply is turned off.

Remarks

Specifies whether to turn on the sensor's power supply or to leave the configuration unchanged. Use this enumeration to get or set the value of SensorPowerConfiguration.

See Also