VeriStand .NET API Reference

DeployOptions.CalibrationFilePath Property

Gets or sets the path of the calibration file to be deployed along with the system definition file.

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)
Public Property CalibrationFilePath As String
C#
public string CalibrationFilePath { get; set; }
Visual C++
public:
property String^ CalibrationFilePath {
	String^ get ();
	void set (String^ value);
}

See Also

Log in to get a better experience