Changeset 1199 for framspy/frams.py
- Timestamp:
- 02/06/23 01:14:15 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
framspy/frams.py
r1197 r1199 310 310 Python programs do not have to know the Framstics path but if they know, just pass the path as the first argument. 311 311 Similarly '-dPATH' and '-DPATH' needed by Framsticks are optional and derived from the first path, unless they are specified as args in init(). 312 '-LNAME' is the optional library name (full name including the file name extension), default is 'frams-objects.dll/.so ' depending on the platform.312 '-LNAME' is the optional library name (full name including the file name extension), default is 'frams-objects.dll/.so/.dylib' depending on the platform. 313 313 All other arguments are passed to Framsticks and not interpreted by this function. 314 314 """
Note: See TracChangeset
for help on using the changeset viewer.