Gx6188GetConfigurationFile

Purpose

Returns the location of the current configuration file.

Syntax

Gx6188GetConfigurationFile (szPath, nPathSize, pnStatus)

Parameters

Name
Type
Comments
szPath
PSTR
Buffer to contain the returned file location (null terminated) string.
nPathSize
SHORT
Specifies the maximum size of the returned string.
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

The board does not need to be initialized to use this function. The configuration file is used during initialization to retrieve simulation information and during normal operation to save and retrieve exclusions.

Example

For example, the returned string looks like the following:

 

“C:\ProgramData\Marvin Test Solutions\GxSw\GxSw.ini”

 

 

See Also

Gx6188Initialize, Gx6188InitializeVisa, Gx6188SetConfigurationFile, GxSWGetErrorString