-
Notifications
You must be signed in to change notification settings - Fork 56
Description
This form should only be used for issues related to this repo. For technical assistance or advice, visit tek.com.
Describe the bug
While building .tspa apps i noticed a bug where after the "END APP" button is pressed, the app does not correctly terminate
In the Apps Manager when the app is seleceted it is said to still be initiated and never successfully ends
I isolated the problem creating swipe displays, this example shows how the app will continue to hang if a
display.create(display.SCREEN_HOME, display.OBJ_SWIPE, display.SCREEN_GRAPH_SWIPE) is similar is called
To Reproduce
Run my example .tspa app
Expected behavior
tspa apps should terminate correctly
** Environment (please complete as much as possible):**
- Instrument: DAQ6510, SMU2470
- Firmware version: 1.7.16e
- Communication: .tspa
- Comm. Source: [e.g. Test Script Builder, python, MATLAB]
Additional context
Add any other context about the problem here.