[Wi...] Posted June 8, 2023 Share Posted June 8, 2023 Hello all, I'm looking for a PCM script to list the probe systems of a measurement plan, who can help me. I have a PCM script to list all stylus systems in Calypso, but now I only want to list the probe systems from arelevant measurement plan. Link to comment Share on other sites More sharing options...
[Je...] Posted June 8, 2023 Share Posted June 8, 2023 Give this a try... This sky is the limit here... usedprobes = settingGet("usedProbeConfigs") if fileExists("C:\temp\Used_Probes" + "_" +getRecordHead("planid") +".txt") == false then deleteFile("C:\temp\Used_Probes" + "_" +getRecordHead("planid") +*+ ".txt") addToFile(("C:\temp\Used_Probes" + "_" +getRecordHead("planid") +".txt"),usedprobes) endif Link to comment Share on other sites More sharing options...
[Cl...] Posted June 9, 2023 Share Posted June 9, 2023 Just tried this, Thanks. Link to comment Share on other sites More sharing options...
[Ri...] Posted September 5, 2023 Share Posted September 5, 2023 I got this Excel file from this forum, I do not recall who the author is. It is a Macro Excel file (xlsm). Rename from: Please sign in to view this quote. to: Please sign in to view this quote. Determine probe configuration of several test plans.xlsm.zip Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in