Toolpack:Copy variant script D

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "=== '''''Applies to version(s): v2.9.''''' === {{DISPLAYTITLE:Copy Variant Script}} If you plan to modify an existing CAS script, you may optionally create a copy of that scri...")
 
(Northbound Interface content)
Line 42: Line 42:
 
'''Path'''
 
'''Path'''
 
<pre>
 
<pre>
 +
/configurations/@[configuration_name]/cas_scripts/@[script_name]
 
</pre>
 
</pre>
  
 
'''Parameters (text)'''
 
'''Parameters (text)'''
 
<pre>
 
<pre>
 +
/configurations/@[configuration_name]/cas_scripts/@[script_name]
 +
name        = "@[script_name]"
 +
revision    = 128082
 +
source      = ""
 
</pre>
 
</pre>
  
 
'''Parameters (json)'''
 
'''Parameters (json)'''
 
<pre>
 
<pre>
 +
  "name" : "@[script_name]",
 +
  "revision" : 128082,
 +
  "source" : "",
 +
  "unique_name" : "@[script_name].lua_128082"
 +
}
 
</pre>
 
</pre>
 
</div>
 
</div>
 
  
 
==List of Parameters==
 
==List of Parameters==
  
 
* [[Parameter: Name|Name]]
 
* [[Parameter: Name|Name]]

Revision as of 15:09, 22 December 2015

Applies to version(s): v2.9.

If you plan to modify an existing CAS script, you may optionally create a copy of that script first.

To do this:


1- Click CAS in the navigation panel

CASR2 0 A.png

2- Click the Scripts tab

CASR2 1 A.png


3- Click Copy next to the desired configuration

CASR2 2 A.png


4- Copy the CAS Script:

  • Enter a new name for the script
  • Click Save

CASR2 3 A.png


5- Verify that the "Script file was successfully created" message appears

CASR2 4 A.png


6- The copied script appears in the User Scripts list

CASR2 5 A.png


Path

/configurations/@[configuration_name]/cas_scripts/@[script_name]

Parameters (text)

/configurations/@[configuration_name]/cas_scripts/@[script_name]
name        = "@[script_name]"
revision    = 128082
source      = ""

Parameters (json)

  "name" : "@[script_name]",
  "revision" : 128082,
  "source" : "",
  "unique_name" : "@[script_name].lua_128082"
}

List of Parameters

Personal tools