Owning Class: rt
Requires: Real-Time Module and Real-Time Execution Trace Toolkit and MathScript RT Module
rt_loadsend(filepath, netaddress)
Loads a trace session file and sends the session to the Real-Time Execution Trace Tool running on a host computer.
| Name | Description |
|---|---|
| filepath | Specifies the location on the RT target where the trace session file is saved. filepath is a string. You must specify the complete path. This function does not support relative paths. |
| netaddress | Specifies the DNS name or IP address of the host computer running the Real-Time Execution Trace Tool. netaddress is a string. |
(Real-Time Execution Trace Toolkit) This function is equivalent to the TraceTool Load Trace and Send VI. You can use this function in conjunction with the Execution Trace Tool VIs. However, you must have the Real-Time Execution Trace Toolkit installed and activated to use this function.
rt_loadsend('c:\tracelogs\mytrace.log', 'MyHostPC');
rt_loadsend('c:\tracelogs\mytrace.log', '10.0.62.2');