In the Virtuoso schematic editer, there is a yellow cursor that follows the tip of the mouse pointer and stays on the current grid snap spacing. The yellow cursor is usally a small square, but changes to a representation of a symbol when placing an instance. Are there skill functions available to be able to manipulate the yellow cursor and be able to change its shape or even its position? I have looked through every function reference that I can find, and searched through these forums and other places with no luck. I would also be happy if I could find a way to draw a temporary shape such as the yellow cursor in an arbitrary location in the window that I can move around.
What I am trying to do is create a specialized instance placement tool that will only allow instances of cells to be placed in specific locations other than on the current grid snap. I want to be able to calculate the appropriate locations in my skill code, and have my custom yellow box jump to the closest calculated location that mouse pointer is near. This is just for visual verification of where the actual symbol will be placed when the mouse button is clicked.
Thanks for any help