<< Click to Display Table of Contents >> Navigation: Macros > Macro commands and parameters > Macro network commands > Macro command ShowNetwork |
Purpose:
To display a network in the state after it has been altered by a macro.
Using this command, a network that has been altered by a macro will be displayed in de graphical editor for later analysis and evaluation.
General notation:
ShowNetwork( Name )
Name is a text value. It can be placed between quotation marks and it can be passed by a text variable.
Example:
Open a switch and display the altered network in the graphical editor:
Set(Cable('Stat4-Stat3').FirstSwitch,open)
ShowNetwork( 'MacroExample' )
See also:
Back to network commands.