5.34.117.91 Example

The following code will determine if a design has been loaded.

set bDesignLoaded [ is_design_loaded ] if { $bDesignLoaded == 0 } {

puts “No design is loaded.”

}

is_design_modified

is_design_modified

Returns a Boolean value (0 for false, 1 for true) indicating if a design has been modified in the Designer software. True is returned if a design has been modified.