send_server_data()

Sends data statement to the server identified by server_handle. Prefix data with DATA statement. Returns: none.

See also: create_server().

Syntax:

send_server_data(dataStatement, server_handle [, invokeDir]);

where

dataStatement is the data statement to send to the simulator.

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

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

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

Example:
decl sh = create_server("myServer", "myServerProcess", "");
send_server_data("new data", sh);
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