This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DS90UB954-Q1: DS90UB954

Part Number: DS90UB954-Q1
Other Parts Discussed in Thread: ALP

I am using Analog LaunchPAD to interface to my 954 which connects to my prototype board with 953 and camera.

I am configuring my system with an ALP script.  This takes about 10 mins to complete.

Is there a way I can stop this script before it completes?

CtrL C which usually halts python scripts - does not work

The STOP button in the script window does not work.

At present I can only stop the script by stopping the ALP application in task manager.

Surely there is a simpler way.

Thanks

Paul

  • Paul,

    Sorry this is a known issue and I come across this for example when I run the Margin Analysis script which takes 10 minutes. The steps I do to stop are the following

    a) I press the Stop button a few times till I see the red 'X' on the main window upper right corner. See below

      

    b) Now press the red 'X' and you should see a message as below

    c) Now select 'Close the program' to exit and restart ALP.

    I will look for a simpler work around or solution, but currently only have this force exit of the GUI.

    Thanks,

    Vishy

  • Hi Vishy,

    Many thanks for the prompt response.  Hopefully, there is a cleaner solution.

    The documentation states that ALP script implements 'a full Python scripting environment' but I see no other details.

    Can you tell me which version of Python it supports?

    And how to see a list of modules which are available to be imported?

    Thanks

    Paul

     

  • Paul,

    Please see screen capture below

    You can also import numpy and matplotlib.

    Thanks,

    Vishy