VeriStand .NET API Reference

Table of Contents

ICalibration2.GetRawValue Method

Gets the raw value reading for a calibrated channel. For input channels, the raw value is the value read from the device. For output channels, the raw value is the value written to the device.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Function GetRawValue ( _
	channelName As String, _
	<OutAttribute> ByRef value As Double _
) As Error
C#
Error GetRawValue(
	string channelName,
	out double value
)
Visual C++
Error^ GetRawValue(
	String^ channelName, 
	[OutAttribute] double% value
)

Parameters

channelName
Type: System.String
The name of channel for which to get the raw value.
value
Type: System.Double %
The raw value.

Return Value

scalable. If no error occurs, the Code property of the Error object is 0.

See Also

Log in to get a better experience