MATLAB XPC TARGET 4 - API GUIDE Guide de l'utilisateur Page 271

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 372
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 270
get (ftp)
14-27
14get (ftp)
Purpose Retrieve copy of requested file from target PC
Syntax MATLAB command line
get(file_obj,file_name)
file_obj.get(file_name)
Arguments
Description Method of xpctarget.ftp objects. Copies the specified filename from the target
PC to the current directory of the host PC.
file_name must be either a fully
qualified filename on the target PC, or located in the current directory of the
target PC.
Examples Retrieve a copy of the file named data.dat from the current directory of the
target PC file object
f.
get(f,'data.dat') or f.get('data.dat')
ans = data.dat
See Also xPC Target file object methods put.
file_obj
Name of the xpctarget.ftp object.
file_name
Name of a file on the target PC.
Vue de la page 270
1 2 ... 266 267 268 269 270 271 272 273 274 275 276 ... 371 372

Commentaires sur ces manuels

Pas de commentaire