| Contents | Index |
Function Reference | Alphabetical List |
|
| xpctarget Package | Package for all xPC Target MATLAB classes |
| xpctarget.env Class | Stores target environment properties |
| xpctarget.fs Class | Manage the directories and files on the target computer |
| xpctarget.fsbase Class | Base class of file system and file transfer protocol (FTP) classes |
| xpctarget.ftp Class | Manage the directories and files on the target computer via file transfer protocol (FTP) |
| xpctarget.targets Class | Container object to manage target computer environment collection objects |
| xpctarget.xpc Class | Target object representing target application |
| xpctarget.xpcfs Class | Control and access properties of file scopes |
| xpctarget.xpcsc Class | Base class for all scope classes |
| xpctarget.xpcschost Class | Control and access properties of host scopes |
| xpctarget.xpcsctg Class | Control and access properties of target scopes |
| getxpcinfo | Retrieve diagnostic information to help troubleshoot configuration issues |
| macaddr | Convert string-based MAC address to vector-based one |
| xpcbench | xPC Target benchmark |
| xpcbootdisk | Create xPC Target boot disk or DOS Loader files and confirm current environment properties |
| xpcbytes2file | Generate file suitable for use by From File block |
| xpcexplr | Open xPC Target Explorer |
| xpcgetCC | Compiler settings for xPC Target environment |
| xpcnetboot | Create kernel to boot target computer over dedicated network |
| xpcsetCC | Compiler settings for xPC Target environment |
| xpctarget.xpc | Create target object representing target application |
| xpctarget.xpc.getxpcpci | Determine which PCI boards are installed in target computer |
| xpctarget.xpc.targetping | Test communication between host and target computers |
| xpctargetping | Test communication between host and target computers |
| xpctargetspy | Open Real-Time xPC Target Spy window on host computer |
| xpctest | Test xPC Target installation |
| xpcwwwenable | Disconnect target computer from current client application |
| getxpcenv | List environment properties assigned to MATLAB variable |
| setxpcenv | Change xPC Target environment properties |
| xpctarget.env.get (env object) | Return target environment property values |
| xpctarget.env.set (env object) | Change target environment object property values |
| xpctarget.targets | Create container object to manage target computer environment collection objects |
| xpctarget.targets.Add (env collection object) | Add new xPC Target environment collection object |
| xpctarget.targets.get (env collection object) | Return target object collection environment property values |
| xpctarget.targets.getTargetNames (env collection object) | Retrieve xPC Target environment object names |
| xpctarget.targets.Item (env collection object) | Retrieve specific xPC Target environment (env) object |
| xpctarget.targets.makeDefault (env collection object) | Set specific target computer environment object as default |
| xpctarget.targets.Remove (env collection object) | Remove specific xPC Target environment object |
| xpctarget.targets.set (env collection object) | Change target object environment collection object property values |
| xpctarget.xpc | Create target object representing target application |
| xpctarget.xpc.close | Close serial port connecting host computer with target computer |
| xpctarget.xpc.get (target application object) | Return target application object property values |
| xpctarget.xpc.load | Download target application to target computer |
| xpctarget.xpc.reboot | Reboot target computer |
| xpctarget.xpc.set (target application object) | Change target application object property values |
| xpctarget.xpc.start (target application object) | Start execution of target application on target computer |
| xpctarget.xpc.stop (target application object) | Stop execution of target application on target computer |
| xpctarget.xpc.unload | Remove current target application from target computer |
| xpctarget.xpc | Create target object representing target application |
| xpctarget.xpc.addscope | Create scopes |
| xpctarget.xpc.getscope | Scope object pointing to scope defined in kernel |
| xpctarget.xpc.remscope | Remove scope from target computer |
| xpctarget.xpcsc.addsignal | Add signals to scope represented by scope object |
| xpctarget.xpcsc.get (scope object) | Return property values for scope objects |
| xpctarget.xpcsc.remsignal | Remove signals from scope represented by scope object |
| xpctarget.xpcsc.set (scope object) | Change property values for scope objects |
| xpctarget.xpcsc.start (scope object) | Start execution of scope on target computer |
| xpctarget.xpcsc.stop (scope object) | Stop execution of scope on target computer |
| xpctarget.xpcsc.trigger | Software-trigger start of data acquisition for scope(s) |
| xpctarget.xpc | Create target object representing target application |
| xpctarget.xpc.getparam | Value of target object parameter index |
| xpctarget.xpc.getparamid | Parameter index from parameter list |
| xpctarget.xpc.getparamname | Block path and parameter name from index list |
| xpctarget.xpc.loadparamset | Restore parameter values saved in specified file |
| xpctarget.xpc.saveparamset | Save current target application parameter values |
| xpctarget.xpc.setparam | Change writable target object parameters |
| xpctarget.xpc | Create target object representing target application |
| xpctarget.xpc.getsignal | Value of target object signal index |
| xpctarget.xpc.getsignalid | Signal index or signal property from signal list |
| xpctarget.xpc.getsignalidsfromlabel | Return vector of signal indices |
| xpctarget.xpc.getsignallabel | Return signal label |
| xpctarget.xpc.getsignalname | Signal name from index list |
| xpctarget.xpc | Create target object representing target application |
| xpctarget.xpc.getlog | All or part of output logs from target object |
| xpctarget.fs | Create xPC Target file system object |
| xpctarget.fs.diskinfo | Information about target computer drive |
| xpctarget.fs.fclose | Close open target computer file(s) |
| xpctarget.fs.fileinfo | Target computer file information |
| xpctarget.fs.filetable | Information about open files in target computer file system |
| xpctarget.fs.fopen | Open target computer file for reading |
| xpctarget.fs.fread | Read open target computer file |
| xpctarget.fs.fwrite | Write binary data to open target computer file |
| xpctarget.fs.getfilesize | Size of file on target computer |
| xpctarget.fs.readxpcfile | Interpret raw data from xPC Target file format |
| xpctarget.fs.removefile | Remove file from target computer |
| xpctarget.fs.selectdrive | Select target computer drive |
| xpctarget.fsbase.cd | Change folder on target computer |
| xpctarget.fsbase.dir | List contents of current folder on target computer |
| xpctarget.fsbase.mkdir | Make folder on target computer |
| xpctarget.fsbase.pwd | Current folder path of target computer |
| xpctarget.fsbase.rmdir | Remove folder from target computer |
| xpctarget.ftp | Create file transfer protocol (FTP) object |
| xpctarget.ftp.get (ftp) | Retrieve copy of requested file from target computer |
| xpctarget.ftp.put | Copy file from host computer to target computer |
| Functions | ![]() |

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