User Tools

Site Tools


howtos:typical_initview

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
howtos:typical_initview [2019/03/17 16:30]
marcus.williams
howtos:typical_initview [2019/03/18 03:36] (current)
marcus.williams [Fixed Scenario for Simulator]
Line 17: Line 17:
     - The following search and replace regular expression for the search works well in edit pad. Use replace string ''​0''​     - The following search and replace regular expression for the search works well in edit pad. Use replace string ''​0''​
 <​code>​assign \([a-z|A-Z|0-9|_]*\[[a-z|A-Z|0-9|,​|_|\-\>​|\+]*\]</​code>​ <​code>​assign \([a-z|A-Z|0-9|_]*\[[a-z|A-Z|0-9|,​|_|\-\>​|\+]*\]</​code>​
 +
 +===== Fixed Scenario for Simulator =====
 +
 +In Documenter, with Calibration view toggled off: //SAMM | View Scripts | Fixed Scenario//. Save the resulting ''​fixedScn.t''​ and ''​fixedScn.v''​ files.
 +
 +The ''​fixedScn.t''​ file will need some editing to run.
 +
 +This code block will need to have an appropriate tool object name inserted in order for the `$xYear` variables to be set.
 +<​code>​
 +integer $lastHisYear
 +getobjinfo ([1], $lastHisYear;​ info=sequenceEnd,​ dim=time)
 +integer $firstYear
 +getobjinfo ([2], $firstYear; info=sequenceStart,​ dim=time)
 +integer $lastYear
 +getobjinfo ([2], $lastYear; info=sequenceEnd,​ dim=time)
 +</​code>​
 +
 +There may be cases where input variables do not have have the standard time informant and therefore require custom assignment in the //​fixedScn//​ view.
 +
 +
  
  
howtos/typical_initview.1552840236.txt.gz ยท Last modified: 2019/03/17 16:30 by marcus.williams