Commands used to configure a session for instrument control.
[Instrument Control and Scripting.]

Commands on this group configure setting within you genie session to specify the names of Sample Environment blokcs, DAE type etc. More...

Functions

 GETBLOCKS ()
 Update GENIE session with sample environment block information on SECI.
 ISC_SETUP (Qualifier NEWDAE, Qualifier REMOTE, Qualifier SCRIPT, Qualifier DIRECT, String INSTRUMENT, Integer MODE)
 Setup a GENIE session for instrument control operations.

Detailed Description

Commands on this group configure setting within you genie session to specify the names of Sample Environment blokcs, DAE type etc.

They ususally only need to be executed once per session or when something changes (e.g. new sample environment equipment is added)


Function Documentation

GETBLOCKS (  ) 

Update GENIE session with sample environment block information on SECI.

The command re-reads the list of sample environment parameters from SECI and must be re-run if a block is removes/added to SECI.

See also:
ISC_SETUP
Example:
GetBlocks 

ISC_SETUP ( Qualifier  NEWDAE,
Qualifier  REMOTE,
Qualifier  SCRIPT,
Qualifier  DIRECT,
String  INSTRUMENT,
Integer  MODE 
)

Setup a GENIE session for instrument control operations.

This command is passed the name of the instrument that you would like to control and does the necessary initialisations for talking to it. You only need to type this once per GENIE session and, on the instrument itself, it will have been done for you already in the instrument GENIEINIT. This command also calls the GETBLOCKS command to initialise CSET and CSHOW.

Parameters:
[in] INSTRUMENT Instrument name to connect to and control
[in] MODE (not used at present)
[in] NEWDAE Talk to a new style Muon DAE (default: old sytle neutron DAE)
[in] DIRECT (not used at present)
[in] REMOTE (not used at present)
[in] SCRIPT (not used at present)
See also:
GETBLOCKS() CSET() CSHOW()
Example:
ISC_SETUP/NEWDAE "NDXSURF" 


Generated on Wed Jul 11 23:45:35 2007 for Open GENIE GCL by  doxygen 1.5.2