User`s guide
Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 89
E6651_SetMODSwitch
Declaration int E6651_SetMODSwitch(BYTE MID, int Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: E6651’s Modulation Switch value to be set
0: OFF
1: ON
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Turn On or Turn Off Modulation Switch of E6651(MID).
E6651_GetClockSource
Declaration int E6651_GetClockSource(BYTE MID, int * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current E6651’s Clock Source information
Internal: 0
External: 1
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve E6651’s Clock Source information.
Set_ClockSource
Declaration int E6651_SetClockSource(BYTE MID, int Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: E6651’s Clock Source value to be set.
Internal: 0
External: 1
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set E6651’s Clock Source.