NI-DAQmx .NET Framework 4.5 API Reference

AIChannel Methods

  • Updated2023-02-21
  • 4 minute(s) read
AIChannel Methods

The AIChannel type exposes the following members.

Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose
Releases all resources used by Channel.
(Inherited from Channel.)
Protected methodDispose(Boolean)
Releases the managed and unmanaged resources used by Channel or optionally releases only the unmanaged resources.
(Inherited from Channel.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodPerformBridgeOffsetNullingCalibration
Performs a bridge offset nulling calibration on the virtual channels in the task. An error will occur if not all virtual channels in the task support this operation.
Public methodPerformBridgeOffsetNullingCalibration(Boolean)
Performs a bridge offset nulling calibration on the virtual channels in the task.
Public methodPerformBridgeShuntCalibration(Double, ShuntElementLocation, Double)
Performs shunt calibration for the virtual channels in the task using a bridge sensor. An error will occur if not all virtual channels in the task support this operation.
Public methodPerformBridgeShuntCalibration(Double, ShuntElementLocation, Double, Boolean)
Performs shunt calibration for the virtual channels in the task using a bridge sensor.
Public methodPerformBridgeShuntCalibration(Double, ShuntElementLocation, Double, ShuntCalibrationSelect, ShuntResistorSource)
Performs shunt calibration for the specified channels using a bridge sensor.
Public methodPerformBridgeShuntCalibration(Double, ShuntElementLocation, Double, ShuntCalibrationSelect, ShuntResistorSource, Boolean)
Performs shunt calibration for the specified channels using a bridge sensor.
Public methodPerformStrainShuntCalibration(Double, ShuntElementLocation)
Performs shunt calibration for the virtual channels in the task using a strain gage sensor. An error will occur if not all virtual channels in the task support this operation.
Public methodPerformStrainShuntCalibration(Double, ShuntElementLocation, Boolean)
Performs shunt calibration for the virtual channels in the task using a strain gage sensor.
Public methodPerformStrainShuntCalibration(Double, ShuntElementLocation, ShuntCalibrationSelect, ShuntResistorSource)
Performs shunt calibration for the specified channels using a strain gage sensor.
Public methodPerformStrainShuntCalibration(Double, ShuntElementLocation, ShuntCalibrationSelect, ShuntResistorSource, Boolean)
Performs shunt calibration for the specified channels using a strain gage sensor.
Public methodPerformThermocoupleLeadOffsetNullingCalibration
Performs thermocouple lead offset nulling calibration on the channels in the task to compensate for offsets introduced by open thermocouple detection. An error will occur if not all virtual channels in the task support this operation.
Public methodPerformThermocoupleLeadOffsetNullingCalibration(Boolean)
Performs thermocouple lead offset nulling calibration on the channels in the task to compensate for offsets introduced by open thermocouple detection. Use this method to specify whether or not to skip channels that do not support calibration.
Public methodToString
Returns a string representation of the object.
(Inherited from Channel.)
Top

See Also

Log in to get a better experience