Agilent-technologies N5183A MXG Manuel d'utilisateur Page 345

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 366
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 344
Agilent N518xA, E8663B, E44x8C, and E82x7D Signal Generators Programming Guide 335
Creating and Downloading User-Data Files
Save and Recall Instrument State Files
[DllImport("agvisa32.dll", EntryPoint="viOpenDefaultRM")]
public static extern int OpenDefaultRM(out uint session);
[DllImport("agvisa32.dll", EntryPoint="viRead")]
public static extern int Read(
uint session,
byte[] buf,
uint count,
out uint retCount);
[DllImport("agvisa32.dll", EntryPoint="viSetAttribute")]
public static extern int SetAttribute(uint vi, VisaAttribute attribute, uint attrState);
[DllImport("agvisa32.dll", EntryPoint="viStatusDesc")]
public static extern int StatusDesc(uint vi, int status, byte[] desc);
[DllImport("agvisa32.dll", EntryPoint="viWrite")]
public static extern int Write(
uint session,
byte[] buf,
uint count,
out uint retCount);
}
}
Vue de la page 344
1 2 ... 340 341 342 343 344 345 346 347 348 349 350 ... 365 366

Commentaires sur ces manuels

Pas de commentaire