VeriStand .NET API Reference

ICalibration2.IsUsingLegacyCalibration Method

Checks whether the system is using Legacy calibration or not.

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 IsUsingLegacyCalibration ( _
	<OutAttribute> ByRef isLegacy As Boolean _
) As Error
C#
Error IsUsingLegacyCalibration(
	out bool isLegacy
)
Visual C++
Error^ IsUsingLegacyCalibration(
	[OutAttribute] bool% isLegacy
)

Parameters

isLegacy
Type: System.Boolean %
Stores true if the system is using LegacyCalibration.

Return Value

Returns error. If no error occurs, the code property of the Error object is 0.

See Also