Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | table | |
Tool | table |
actual | in | actual table description? | |
Allowed: | Bool | ||
Default: | T |
t:=table('tcal') # successful readonly open of table tcal : 9 columns, 33 rows t.getdesc() # [StartTime=[valueType=double, dataManagerType=StandardStMan, # dataManagerGroup=StandardStman, option=5, maxlen=0, comment=], # StopTime=[valueType=double, dataManagerType=StandardStman, # dataManagerGroup=StandardStMan, option=5, maxlen=0, comment=], # Gain=[valueType=complex, dataManagerType=StandardStMan, # dataManagerGroup=StandardStMan, option=5, maxlen=0, comment=, # ndim=4, shape=[2 2 28 1] ], # SolutionOK=[valueType=boolean, dataManagerType=StandardStman, # dataManagerGroup=StandardStMan, option=5, maxlen=0, comment=], # Fit=[valueType=float, dataManagerType=StandardStMan, # dataManagerGroup=StandardStMan, option=5, maxlen=0, comment=], # FitWeight=[valueType=float, dataManagerType=StandardStMan, # dataManagerGroup=StandardStman, option=5, maxlen=0, comment=], # iSolutionOK=[valueType=boolean, dataManagerType=StandardStman, # dataManagerGroup=StandardStMan, option=5, maxlen=0, comment=, # ndim=2, shape=[28 1] ], # iFit=[valueType=float, dataManagerType=StandardStMan, # dataManagerGroup=StandardStman, option=5, maxlen=0, comment=, # ndim=2, shape=[28 1] ], # iFitWeight=[valueType=float, dataManagerType=StandardStMan, # dataManagerGroup=StandardStMan, option=5, maxlen=0, comment=, # ndim=2, shape=[28 1] ]]