Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

fetch-nodeid -n aliasname

This returns the nodeid of the specified aliasname

Code Block
>fetch-nodeid -mn iepm-bw.bnl.org
98
>

fetch-table-description -t <tablename>

This returns the list of fields in the specified table.

Code Block

>fetch-table-description -t PLOTSPECS
(plotspecID,srcNode,destNode,datatype,plottype,xtitle,ytitle,title,plotspec,insubdir,outsubdir,f_time_stamp)
>