xxsimCloseSimulator

PURPOSE ^

xxsimCloseSimulator - Close the simulator

SYNOPSIS ^

function retval = xxsimCloseSimulator()

DESCRIPTION ^

 xxsimCloseSimulator - Close the simulator

 Syntax: 
   result = xxsimCloseSimulator()

 Inputs:
   takes no arguments

 Outputs:
   result  =  returns true if the simulator closed without errors, false otherwise.

 See also: xxsimProcessModel, xxsimRun, xxsimOpenSimulator

 Author: Controllab Products B.V.
 email: info@controllab.nl
 Website: http://www.controllab.nl
 November 2015

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function retval = xxsimCloseSimulator()
0002 % xxsimCloseSimulator - Close the simulator
0003 %
0004 % Syntax:
0005 %   result = xxsimCloseSimulator()
0006 %
0007 % Inputs:
0008 %   takes no arguments
0009 %
0010 % Outputs:
0011 %   result  =  returns true if the simulator closed without errors, false otherwise.
0012 %
0013 % See also: xxsimProcessModel, xxsimRun, xxsimOpenSimulator
0014 %
0015 % Author: Controllab Products B.V.
0016 % email: info@controllab.nl
0017 % Website: http://www.controllab.nl
0018 % November 2015
0019 
0020 %------------- BEGIN CODE --------------
0021     %
0022     % make the call to close the simulator
0023     %
0024     retval = xrlinvoke('xxsim.simulator.closeSimulator');
0025   
0026 end
0027 %------------- END OF CODE --------------

Generated on Sun 10-Dec-2017 19:24:51