BoardConfig.SetDACForceSense()

Sets the remote sensing state of an analog output channel.

Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.

Function Prototype

VB .NET

Public Function SetDACForceSense(chan As Integer, ByRef configVal As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo SetDACForceSense(int chan, int configVal)

Parameters

chan

The analog output channel number.

configVal

Set to 0 to disable remote sensing of a specified channel. Set to 1 to enable remote sensing of a specified channel.

Returns

Remote sensing

The remote sensing feature compensates for the voltage drop error that occurs in applications where the analog outputs on a device are connected to its load through a long wire or cable type interconnect.

The remote sensing feature utilizes the force and sense output terminals on a supported device. Refer to the device hardware manual for more information.