You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TSP-toolbox is great for sending scripts to the instrument, but it seems that it only sends to volatile memory of an instrument.
I would be great if the .script could send to a usb drive to be reloaded after a powercycle with the "script.load()" function of the TSP commands.
e.g write script to usb with an optional second path
.script [PATH] "/usb1/....tsp"
Then the script can be loaded into the non-volatile memory with, test8 = script.load("/usb1/testSetup.tsp")
This means that scripts and be loaded permanetly to the instrument without the need to physically remove the usb to transfer scripts.
Additionally .tspa apps could be sent to the instrument in a similar manner without having to physically transfer over usb.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The TSP-toolbox is great for sending scripts to the instrument, but it seems that it only sends to volatile memory of an instrument.
I would be great if the .script could send to a usb drive to be reloaded after a powercycle with the "script.load()" function of the TSP commands.
e.g write script to usb with an optional second path
.script [PATH] "/usb1/....tsp"
Then the script can be loaded into the non-volatile memory with, test8 = script.load("/usb1/testSetup.tsp")
This means that scripts and be loaded permanetly to the instrument without the need to physically remove the usb to transfer scripts.
Additionally .tspa apps could be sent to the instrument in a similar manner without having to physically transfer over usb.
Beta Was this translation helpful? Give feedback.
All reactions