ExtractModels

Extract a TQFolder-model from a workspace. Workspaces built with SFramework have the original model added to the workspace as a simple TList of TObjString for bookkeeping purposes. If this object is still present (and was not stripped from the workspace for whatever reason), it can be extracted and put together to be a model using this action.

Usage:

+ExtractModels {
  +HWWRun2GGF {
    # name of the input workspace
    <workspace = "Run2GGF">
    # name of the model-object inside the workspace
    <object="Model"> 
  }
}