Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | tasking | |
Tool | servers |
The function needs the agentid field in the record returned from the id() function of the tool. All tools should have this function, but unfortunately some may not.
id | agentid field from record returned by tool id() function | ||
Allowed: | A positive integer | ||
Default: | no default | ||
name | Optional name of plotfile | ||
Allowed: | String | ||
Default: | '' |
myimager := imager('3C273XC1.ms'); myimager.plotuv(); imagerplotter := defaultservers.getplotter(myimager.id().agentid) imagerplotter[1].postscript('3C273XC1.uvplot.ps'); }This example illustrates how to retrieve and use the pgplotter. Note that We assume in this example that the only plotter is the first one. In more complex cases, one might have to use a different element in the returned record.