In this Topic Hide
There are three special scripts that are automatically called by the SIMetrix system in response to user events. These scripts are detailed in the following table:
on_graph_anno_doubleclick | Called when the user double clicks on certain graph objects |
on_accept_file_drop | Called when a file of directory is dropped on a SIMetrix window. |
on_schem_double_click | Called when the left mouse button is double clicked in the schematic window. |
The script is called when some graph objects are double clicked.
The script is passed two arguments when it is called. The first is the object's ID and the second is specific to the object that is double clicked. Currently the second argument is only used by curves and is set to its division index.
This is called when an a file, folder or group or files and/or folders is dropped on the command shell or a schematic or graph window.
Two arguments are passed. The first identifies the window type. This may be one of:
Schematic | Schematic window |
Graph | Graph window |
Shell | Command shell |
Script is called when the left mouse button is double clicked in the schematic window. Two arguments are supplied providing the x and y coordinates of the mouse at the time the double click event occurred.
IMPORTANT: This script is only called if the schematic double click mode is set to 'Edit Selected Component'. See options dialog box (menu File|Options|General...). In 'Classic' mode it is not called at all.
|