The extract_subsystem Stage

This stage extracts the specified subsystem from the simulation cms and trajectory, and writes out a new .cms file containing the subsystem. If a trajectory is available for the original system, a trajectory corresponding to the subsystem is also created. Subsystems are specified by their ASL.

Note that running this stage is essentially equivalent to running the trj_extract_subsystem script.

Table 1. Keywords for the extract_subsystem stage

Keyword

Description

asl

ASL expression of the subsystem to be extracted. Default: "not water".

Default configurations for the extract_subsystem stage. A {type} value is shown for keywords which do not have defaults set. See General multisim Stage Keywords for descriptions of general keywords

{
   asl = all
   compress = "$MAINJOBNAME_$STAGENO-out.tgz"
   dir = "$[$JOBPREFIX/$]$[$PREFIX/$]$MAINJOBNAME_$STAGENO"
   dryrun = false
   effect_if = {list}
   jlaunch_opt = []
   jobname = "$MAINJOBNAME_$STAGENO"
   prefix = ""
   should_skip = false
   should_sync = true
   struct_output = ""
   title = {str}
   transfer_asap = false
}