| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → xPC Target |
| Contents | Index |
| Learn more about xPC Target |
MATLAB command line
get(file_obj,file_name) file_obj.get(file_name)
file_obj | Name of the xpctarget.ftp object. |
file_name | Name of a file on the target PC. |
Method of xpctarget.ftp objects. Copies the specified filename from the target PC to the current folder of the host PC. file_name must be either a fully qualified filename on the target PC, or located in the current folder of the target PC.
Retrieve a copy of the file named data.dat from the current folder of the target PC file object f.
get(f,'data.dat') or f.get('data.dat')
ans = data.datxPC Target file object methods put.
![]() | get (env object) | get (scope object) | ![]() |

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |