vlogifCrossSelectionCB
vlogifCrossSelectionCB(
g_enable
)
=> t / nil
Description
Controls the cross-selection between SimVision and Virtuoso Schematic Editor when performing interactive simulation.
Arguments
|
Boolean flag, specifying whether cross-selection should be enabled or disabled. Valid values are |
Value Returned
Examples
The following example describes how you can add the function in the .cdsinit file with the required argument before launching Virtuoso.
hiSetBindKey("Schematics" "<Key>1" "vlogifCrossSelectionCB(t)")
hiSetBindKey("Schematics" "<Key>2" "vlogifCrossSelectionCB(nil)")
Now, run the simulation in interactive mode and enable cross-selection.
Additionally, you can also control this cross-selection in the schematic window by doing the following:
Related Topics
Return to top