Archive for April 2nd, 2008



A Shortcut For Your Shortcuts

April 2nd, 2008 by Patrick Boucher. Viewed 1668 times.

When working with XSI in a facility I often use Python modules to better package my code and allow easy reuse of key parts in the different tools that are developed. These modules I usually keep in a location on the main drive of the workstations, for example: C:\<facilityName>\libs\python.
I’ll also put in place a system [...]