User guide

16-11
SWIFT VMC Models and SmartModels
equivalent to the $swift_window_monitor_on system task
described in "Monitoring Signals in the Model Window" on page
16-8. Its syntax is as follows:
$lm_monitor_enable(regname,instance_name,
"window_element")
$lm_monitor_disable
Disables SmartModel windows for one or more window elements
in a specified model instance. This system task is functionally
equivalent to the $swift_window_monitor_off system task
described in "Monitoring Signals in the Model Window" on page
16-8. Its syntax is as follows:
$lm_monitor_disable(regname,instance_name,
"window_element")
$lm_command
Sends a command to the session or to a model instance. You use
this system task to pass Model and Session commands to a
SmartModel, SmartBrowser commands to a SmartCircuit model,
and PCL commands to a microprocessor model. Its syntax is as
follows:
$lm_command ("session_cmmd_string" |
"instance_name","model_cmmd_string");
$lm_dump_file
Dumps the memory contents of the specified instance into the
specified file. This works only for memory models. Overwrites the
specified file if it already exists. Using this system task eliminates
the read cycles required to verify the success of a test. Its syntax
is as follows:
$lm_dump_file("instance_name","filename"
[,"MEMORY"]);