Mod

E6651_Get/Set MODSwitch

Declaration

int E6651_GetMODSwitch(BYTE MID, int* Value);

int E6651_SetMODSwitch(BYTE MID, int Value);

Parameter

MID [in]: User defined E6651A Machine ID

Value [out]: Current Modulation Switch setting

Value [in]: Set the E6651A modulation on or off.

0 - Off
1 - On

Default

0, Off

Return Value

Success: STATE_SUCCESS(1)

Failure: STATE_ERROR(-1)

Description

Retrieve and set the E6651A Modulation output on or off.  For test sets with more than one RF path, first select the required path using the E6651_Get/Set RFSelect command.