MATLAB XPC TARGET RELEASE NOTES Podręcznik Użytkownika Strona 482

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 481
xpctarget.fs
filesys_object=xpctarget.fs
If you have multiple target PCs in your system, or if you want to
identify a target PC with the file system object, use the following syntax
to create the additional file system objects.
filesys_object=xpctarget.fs('mode', 'arg1', 'arg2')
Examples In the following example, a file system object for a target PC with an
RS-232 connection is created.
fs1=xpctarget.fs('RS232','COM1','115200')
fs1 =
xpctarget.fs
Optionally, if you have an xpctarget.xpc object, you can construct an
xpctarget.fs object by passing the xpctarget.xp c object variable to
the
xpctarget.fs constructor as an argument.
>> tg1=xpctarget.xpc('RS232','COM1','115200');
>> fs2=xpctarget.fs(tg1)
fs2 =
xpctarget.fs
18-158
Przeglądanie stron 481
1 2 ... 477 478 479 480 481 482 483 484 485 486 487 ... 530 531

Komentarze do niniejszej Instrukcji

Brak uwag