Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: dish.utable - Function Up: dish - Tool Previous: dish.tellstack - Function


dish.upr - Function



Package dish
Module dish
Tool dish


Print the current value of variables in the uni-record.


Synopsis
upr(...)


Description
This function will print the current value of the specified variable in the uni-record. To display all variables, pass no arguments.


Arguments

...   list of variables
    Allowed: strings
    Default: all


Returns
boolean


Example
- d.upr('nfit','nregion')    
nfit  =  0
nregion  =  [1,100000]

- d.upr()                 
tau  =  F
factor  =  1
astack  =  F
acount  =  0
edrop  =  0
bdrop  =  0
echan  =  0
bchan  =  0
emoment  =  0
bmoment  =  0
nfit  =  0
numaccum  =  0
vref  =  F
vsig  =  F
globalscan1  =  F
nregion  =  [1,100000]
nregionArr  =  [1 100000]





next up previous contents index
Next: dish.utable - Function Up: dish - Tool Previous: dish.tellstack - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-08-01