Read / Write |
|
Description |
Note: Beginning with Rev 6.0, this command is no longer necessary. Because of improved calibration techniques, Both is always selected although a power meter measurement is performed only on port 1. Specifies which SMC port to calibrate. |
VB Syntax |
SMC.CalibrationPort = value |
Variable |
(Type) - Description |
SMC |
SMCType (object) |
value |
(String) Port number to be calibrated. Choose from:
|
Return Type |
String |
Default |
1 |
Examples |
value = SMC.CalibrationPort = "Both" |
C++ Syntax |
HRESULT put_CalibrationPort(BSTR port); HRESULT get_CalibrationPort(BSTR *port); |
Interface |
SMCType VMCType |