Script Detailed Description


This document is not yet complete.

At present, this script finds the ISBL units which flow into the OSBL unit. It creates a table to hold the data on emissions and effluent from each ISBL unit. It will create and rename a view which will hold the OSBL themes. It opens the view window and draws the themes in selected colors.

This script also creates (but does not open) a view window for each ISBL theme and adds the appropriate branch and node theme to each view from the subdirectory which holds the ISBL data.

For uniformity, all branch and node themes are added in identical colors. Branches are blue and nodes are gray. This set color scheme allows for better contrast once the naUTilus model has been run and results are to be displayed.

Key Avenue commands used:
aProject.GetFilename.GetBaseName.AsString
aString.BasicTrim
View.Make
aView.SetName
aView.getWin
SrcName.Make
Theme.Make(aSrc)
aView.AddTheme
aTheme.SetVisible
aTheme.GetLegend
alegend.GetSymbols
Color.Get*
aSymbolList.UniformColor
FN.GetCWD
aFileName.Read
List.Make
aFilename.getBaseName
aList.Count
aList.Set
Vtab.MakeNew
Field.Make
aTab.AddRecord
aTab.SetValue

Return to Update document