Jump to content

PCM to list the probe systems of the measuring plan


---
 Share

Recommended Posts

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

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

  • 2 months later...
 Share

×
×
  • Create New...