AIChannel.OpenThermocoupleDetectEnable Property
- Updated2023-02-21
- 1 minute(s) read
AIChannelOpenThermocoupleDetectEnable Property
Specifies whether to apply the open thermocouple detection bias voltage to the channel. Changing the value of this property on a channel may require settling time before the data returned is valid. To compensate for this settling time, discard unsettled data or add a delay between committing and starting the task. Refer to your device specifications for the required settling time. When open thermocouple detection is enabled, use OpenThermocoupleChannelsExist to determine if any channels were open.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public bool OpenThermocoupleDetectEnable { get; set; }
Public Property OpenThermocoupleDetectEnable As Boolean Get Set
Property Value
Type: BooleanSpecifies whether to apply the open thermocouple detection bias voltage to the channel. Changing the value of this property on a channel may require settling time before the data returned is valid. To compensate for this settling time, discard unsettled data or add a delay between committing and starting the task. Refer to your device specifications for the required settling time. When open thermocouple detection is enabled, use OpenThermocoupleChannelsExist to determine if any channels were open.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |