User`s guide

Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 97
E6651_GetSkewIOffset
Declaration int E6651_GetSkewIOffset(BYTE MID, int * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current value of Skew I Offset
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Skew I Offset value of E6651(MID).
E6651_SetSkewIOffset
Declaration int E6651_SetSkewIOffset(BYTE MID, int Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: Skew I Offset value to be set.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set Skew I Offset value of E6651(MID).
E6651_GetSkewQOffset
Declaration int E6651_GetSkewQOffset(BYTE MID, int * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current value of Skew Q Offset
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Skew Q Offset value of E6651(MID).