*zoomfactorset
Sets the zoom in/out factor.
Syntax
*zoomfactorset factor
Type
HyperMesh Tcl Modify
Description
Sets the zoom in/out factor.
Inputs
- factor
- The zoom in/out factor to use.
Example
To set the zoom factor to 2:
*zoomfactor 2
Errors
Incorrect usage results in a Tcl error. To
detect errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}