All Questions
2 questions
4
votes
2
answers
5k
views
VISA SCPI command processor for Linux
I have a special-purpose piece of custom test equipment that I want to control from another box using the VISA SCPI instrument control commands.
The custom box contains an x86 processor running full ...
14
votes
2
answers
21k
views
Where I should put my python scripts in Linux?
My python program consists of several files:
the main execution python script
python modules in *.py files
config file
log files
executables scripts of other languages.
All this files should be ...