|
ldasJob { -name {} -password {} -email {} } { userCmd -opt1 {} ... }
Which is in the format of a Tcl command, ldasJob, with two required arguments:
Returns data extracted from frames in several formats.
Calling convention (all on a single line):
ldasJob { -name "username" -password "********" -email "user@foobar.edu"} {getFrameElements -returnprotocol URL -outputformat {Tcl list} -frametarget name_of_an_api -framequery {Tcl list} }
Option Descriptions:
List of frame accessors
Return to Top