|
|
Before setting a local variable, you must declare it in the generation template using the %localstring or %localnumeric keyword. You can get the value of a local variable through the %getlocalvar keyword.
|
%setlocalvar "<name of variable>" = "<text>"
%setlocalvar "<name of variable>" = <value>
%setlocalvar "bRtSSimulation" = 1 // sets numeric local variable
%setlocalvar "cAccess" = "public" // sets string local variable