Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Is there any documentation on the syntax for *.PSF and *.PRO file (eg: syntax for comment out line, etc) ?
For PSF file, i always under the assumption that // is used to comment out a line.
However, i notice that if i change the first line // PTC - PSF file: parametric to something like // PTC - PSF file: parametric2, the PSF file will no longer work.
Solved! Go to Solution.
Hi,
config.pro
parametric.psf
If you need some other information, please provide detailed description of your "goal".
Hi,
config.pro
parametric.psf
If you need some other information, please provide detailed description of your "goal".
Basically i would just like to include some comment in the PSF file and PRO file (eg: Revision, comment on changes, etc)
From first glance, the default PSF file seems to use // to comment out the line but it seems like it does not really work as comment out since changing the first line of comment [// PTC - PSF file: parametric] will break the file
@ZWei wrote:
Basically i would just like to include some comment in the PSF file and PRO file (eg: Revision, comment on changes, etc)
From first glance, the default PSF file seems to use // to comment out the line but it seems like it does not really work as comment out since changing the first line of comment [// PTC - PSF file: parametric] will break the file
Hi,
so you provided information. I am missing your questions.
config.pro
parametric.psf
// USER - PSF
// Add User specific environment or run applications below here