This feature makes it easier to create
entries in a SysConfig constants override file.
Entries in a constants file have the format of:
#symbol.symbol.symbol.symbol....
For places deep in a resource’s
configuration dictionary, constructing
these entries can be tedious, and they are prone to errors.
Based on the selections in the hierarchy and node key panes, this
feature will construct the full “dot path” to the selection and place
it on the clipboard. It can then be pasted into another SysConfig
editor using the paste dictionary
under... menu item.
Using the primary window image provided at the top of the page, the
hierarchy dictionary layout for the selection displayed is:
#Machine
#transportResources
#TransferChamber
#policies
#forelinePressureSimulationPolicy
#states
#pumpOn->#targetPressure
When copy selection as path and then paste dictionary under... are used, the entry will be put in the other SysConfig dictionary as:
#transportResources.#TransferChamber.#policies.#forelinePressureSimulationPolicy.#states.#pumpOn
The previous selection of the node key pane will also be added as an a new entry in the new node key pane:
#targetPressure
The value of the node key entry will
default to the same value the
entry had in the original dictionary.
An example of the result of the process is given in the image below:
See CTSystemConfigurationBrowser>>copySelectionAsPath
and its callers
for additional
details.