Mode - Signal Generator

This topic describes the following functions:

E6651_LoadSGFile

Declaration

int E6651_LoadSGFile(BYTE MID, char* Value);

Parameter

MID [in]: User defined E6651A Machine ID.

Value [in]: Waveform file name to be loaded when E6651 is operating in Signal Generator Mode.

Return Value

Success: STATE_SUCCESS(1)

Failure: STATE_ERROR(-1)

Description

Specifies the waveform file to be loaded into the Signal Generator.

E6651_Get/Set PathMode

Declaration

int E6651_GetPathMode(BYTE MID, int* Value);

int E6651_SetPathMode(BYTE MID, int Value);

Parameter

MID [in]: User defined E6651A Machine ID.

Value [out]: Current Test Mode value of E6651.

Value [in]: E6651’ Test Mode value to be set, signal analyzer, signal generator, or signal analyzer and signal generator.  

0 - SA
1 - SG
2 - SA+SG

Default

2, SA+SG

Return Value

Success: STATE_SUCCESS(1)

Failure: STATE_ERROR(-1)

Description

Retrieve and Set the E6651A operating mode.