Factory.GetICalibration Method
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
NOTE: This method is obsolete.
Gets the ICalibration interface, which you can use to get and set the calibration settings of scalable channels.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("This method is obsolete in NI VeriStand 2012 and later. Use the GetICalibration2 method instead.")> _ Public Function GetICalibration ( _ gateway_ip_address As String _ ) As ICalibration |
| C# |
|---|
[ObsoleteAttribute("This method is obsolete in NI VeriStand 2012 and later. Use the GetICalibration2 method instead.")] public ICalibration GetICalibration( string gateway_ip_address ) |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This method is obsolete in NI VeriStand 2012 and later. Use the GetICalibration2 method instead.")] public: ICalibration^ GetICalibration( String^ gateway_ip_address ) |
Parameters
- gateway_ip_address
- Type: System.String
Specifies the IP address of the VeriStand Gateway.