AIChannel Methods
- Updated2023-02-21
- 4 minute(s) read
The AIChannel type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Dispose | Releases all resources used by Channel. (Inherited from Channel.) | |
| Dispose(Boolean) |
Releases the managed and unmanaged resources used by Channel or optionally releases only the unmanaged resources.
(Inherited from Channel.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
| PerformBridgeOffsetNullingCalibration | 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. | |
| PerformBridgeOffsetNullingCalibration(Boolean) | Performs a bridge offset nulling calibration on the virtual channels in the task. | |
| PerformBridgeShuntCalibration(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. | |
| PerformBridgeShuntCalibration(Double, ShuntElementLocation, Double, Boolean) | Performs shunt calibration for the virtual channels in the task using a bridge sensor. | |
| PerformBridgeShuntCalibration(Double, ShuntElementLocation, Double, ShuntCalibrationSelect, ShuntResistorSource) |
Performs shunt calibration for the specified channels using a bridge sensor.
| |
| PerformBridgeShuntCalibration(Double, ShuntElementLocation, Double, ShuntCalibrationSelect, ShuntResistorSource, Boolean) |
Performs shunt calibration for the specified channels using a bridge sensor.
| |
| PerformStrainShuntCalibration(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. | |
| PerformStrainShuntCalibration(Double, ShuntElementLocation, Boolean) | Performs shunt calibration for the virtual channels in the task using a strain gage sensor. | |
| PerformStrainShuntCalibration(Double, ShuntElementLocation, ShuntCalibrationSelect, ShuntResistorSource) |
Performs shunt calibration for the specified channels using a strain gage sensor.
| |
| PerformStrainShuntCalibration(Double, ShuntElementLocation, ShuntCalibrationSelect, ShuntResistorSource, Boolean) |
Performs shunt calibration for the specified channels using a strain gage sensor.
| |
| PerformThermocoupleLeadOffsetNullingCalibration | 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. | |
| PerformThermocoupleLeadOffsetNullingCalibration(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.
| |
| ToString | Returns a string representation of the object. (Inherited from Channel.) |