What's New in Vicon Nexus 2.1
        
 
 

Python commands for use with Nexus

The following commands are provided to help you to get started using Python for modeling with Vicon Nexus 2:

     DisplayCommandList

     DisplayCommandHelp

DisplayCommandList

To obtain a list of commands for use with Nexus:

        Ensure you have launched and configured Python as described in Modeling with Python, then at the Python command prompt, enter:

vicon.DisplayCommandList<>

A list of relevant Python commands is displayed:

PythonDisplayCommList_sm.png 

DisplayCommandHelp

To obtain help on each command that you can use with Nexus:

        At the Python command prompt, enter:

vicon.DisplayCommandHelp<’commandName’>

Where commandName is the command for which you want to display help.

For example, the following command displays help on GetTrajectory:

vicon.DisplayCommandHelp<’GetTrajectory’>

Help on GetTrajectory is displayed:

PythonDisplayCommHelp_sm.png