NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

PhysicalChannel.PowerControlEnable Property

PhysicalChannel.PowerControlEnable Property

PhysicalChannelPowerControlEnable Property

Specifies whether to turn on the sensor's power supply.

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

Syntax

public bool PowerControlEnable { get; set; }
Public Property PowerControlEnable As Boolean
	Get
	Set

Property Value

Type: Boolean
Specifies whether to turn on the sensor's power supply.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?