User`s guide
Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 157
E6651_SetPCFPCPowerAdjust
Declaration int E6651_SetPCFPCPowerAdjust(BYTE MID, int
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: FPC Power Adjust value of E6651(MID) to be
set.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set FPC Power Adjust value of E6651(MID). Limits of Power
Adjust: - 128 ~ 127.
E6651_GetPCPMCLoopMode
Declaration int E6651_GetPCPMCLoopMode(BYTE MID, int *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current PMC- RSP Loop Mode of E6651(MID).
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve PMC- RSP Loop Mode of E6651(MID).
0: Close Loop
2: Open Loop Passive
3: Open Loop Active
E6651_SetPCPMCLoopMode
Declaration int E6651_SetPCPMCLoopMode(BYTE MID, int Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: PMC- RSP Loop Mode of E6651(MID) to be
set.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set PMC- RSP Loop Mode of E6651(MID).
0: Close Loop
2: Open Loop Passive
3: Open Loop Active