Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | table | |
Tool | tablecomparer |
test | Name of the test table | ||
Allowed: | Any valid table name | ||
Default: | None | ||
model | Name of the model (fiducial) table to compare the test table against | ||
Allowed: | Any valid table name | ||
Default: | None | ||
label | Label for the (top level) table | ||
Allowed: | String | ||
Default: | 'TABLE' | ||
verbose | Controls the volume of output, 0 no log messages, higher numbers mean more | ||
Allowed: | Int | ||
Default: | 1 |
# create a tablecomparer tool, and specify you want a lot of output - tc := tablecomparer('test.table','fiducial.table',verbose=2);