source: branches/blt4/examples/zoo/periodicelement/test.tcl @ 3956

Last change on this file since 3956 was 3956, checked in by gah, 11 years ago

sync with trunk

File size: 975 bytes
Line 
1# ----------------------------------------------------------------------
2#  EXAMPLE: Rappture <periodicelement> element
3# ======================================================================
4#  AUTHOR:  Michael McLennan, Purdue University
5#  Copyright (c) 2004-2012  HUBzero Foundation, LLC
6#
7#  See the file "license.terms" for information on usage and
8#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
9# ======================================================================
10package require Rappture
11
12# open the XML file containing the run parameters
13set driver [Rappture::library [lindex $argv 0]]
14
15set first [$driver get input.periodicelement(first).current]
16set second [$driver get input.periodicelement(second).current]
17set third [$driver get input.periodicelement(third).current]
18
19$driver put output.log "Elements:
20  First:        $first
21  Second:       $second
22  Third:        $third"
23
24# save the updated XML describing the run...
25Rappture::result $driver
26exit 0
Note: See TracBrowser for help on using the repository browser.