Function adas.xxuser
def xxuser()
-
Queries the system to determine the full name of the user.
Returns
str
- The full name of the user.
Notes
Pure python code which queries the password file. ADAS uses the same routine name in fortran and IDL so this is a convenience routine for programming within ADAS.
Version History
- Martin O'Mullane, 16-04-2019
- First version
Example
If your name is Joe Bloggs.
>>> import adas as adas >>> adas.xxuser() "Joe Bloggs"