ACI_GetProgOption

Top  Previous  Next

 

ACI_FUNC ACI_GetProgOption(ACI_ProgOption_Params * params);

 

Description

 

This function gets current settings from the Device and Algorithm Parameters Editor window. As an example see this window for one of the microcontrollers below.

 

Dev_Algorithm_Param

 

Note! This function does not physically read the specified information from the device being programmed. It reads from some virtual memory locations in the host PC's RAM, associated with physical locations in the target device's memory and registers. If the option that you would like to check is a property of the device's memory or registers, then first you have to execute the programmer command (function) Read in the command group Device Parameters by means of the ACI_ExecFunction or ACI_StartFunction with appropriate attributes. Then you can read the execute the ACI_GetProgOption function.

 

See also the ACI_ProgOption_Params structure description.