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. |
In this topic:
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.
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.
◄ Graph Objects | User Defined Script Based Functions ▶ |