start_server()

Causes the server identified by serverHandle to be spawned. Returns: none.

See also: create_server().

Syntax:

start_server( server_handle [, mapStderr, invokeDir]);

where

server_handle is a handle of simulator/server, returned by create_server().

mapStderr is optional; sets stderr remap, where:

  • 0 = (default) Do not remap stderr.
  • 1 = Remap stderr to a pipe. A line written to stderr is returned as a DATA message.

invokeDir is optional; the directory in which to invoke the server, if necessary:

  • NULL = (default) for using current working directory
  • DirName = for using the given directory

Example:
decl hpeesofsim = create_server("simulator", "HPEESOF simulator", "");
start_server( hpeesofsim);
Where Used:

Measurement Expressions (Data Display equations and Schematic MeasEqns), Schematic, Layout, Simulation, GUI

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources