About Chandra Archive Proposer Instruments & Calibration Newsletters Data Analysis HelpDesk Calibration Database NASA Archives & Centers Chandra Science Links

Skip the navigation links
Last modified: December 2007

URL: http://cxc.harvard.edu/chips4.0/create_server.py.html
AHELP for ChIPS 4.0 create_server Context: py.chips

Synopsis

Launches a new ChIPS server and connects the client to it.

Syntax

create_server([load_prefs])

Description

  • load_prefs - a boolean flag indicating whether the new server should load the user's $HOME/.chips.rc preference file. If not given it defaults to False.

The create_server command may be used by a client which is currently not connected to a server. The optional load_prefs parameter indicates whether the server should load the user's preferences file (if not given the preference file is not loaded). The command creates a new server and attaches the client to the server. After the server is created, the get_server_id command ("ahelp py.chips get_server_id") will return the id of the new server.

If the client is already connected to a server when a create_server command is invoked, the request will fail and an error message is returned.

Example

chips> get_server_id()
'ChipsServer_6979_1'
chips> disconnect()
chips> create_server(True)
chips> get_server_id()
'ChipsServer_6979_2'

The client is disconnected from the server with id "ChipsServer_6979_1". A new chips server is then created, which loads the user's $HOME/.chips.rc file and attaches the client to the server. The final call to get_server_id returns the id of the new chips server ("ChipsServer_6979_2").

Bugs

See the bugs pages on the ChIPS website for an up-to-date listing of known bugs.

Last modified: December 2007



The Chandra X-Ray Center (CXC) is operated for NASA by the Smithsonian Astrophysical Observatory.
60 Garden Street, Cambridge, MA 02138 USA.    Email: cxcweb@head.cfa.harvard.edu
Smithsonian Institution, Copyright © 1998-2004. All rights reserved.