interface separator modify

Allows modifying of an existing separator
The separator is a is a line look-alike to a embossing element separating two entities on the dialog box. It is an element to improve the readability of the contents of the dialog box.
This command helps to create the separator on the dialog box, the length of which is specified ‘width’ and the ‘height’ will specify its placement from top of the dialog box.
Specifies whether or not Adams will write separators to the Request, Graphics, Results, and Tabular Output Files when you modify the model topology in the middle of a simulation. You can change the model topology by adding Adams commands to your ACF file to activate an element, deactivate an element, change a marker position, or change the type or point of application of a force or constraint during a simulation. If you specify SEPARATOR=ON (this is the default) the analysis information will be read into Adams View, one analysis for each block of output between the separators. If you specify SEPARATOR=OFF the analysis information will be read into Adams View as a single analysis. This allow you to plot or animate the analysis from beGInning to end.

Format:

 
interface separator modify
separator_name =
an existing GI_separator
new_separator_name=
a new GI_separator
enabled=
boolean
help_text =
string
documentation_text =
string
units =
int_units
horiz_resizing =
int_h_resize
vert_resizing =
int_v_resize
location =
real
height =
real
width =
real

Example:

 
interface separator modify &
separator_name =
.gui.dbox.sepr &
new_separator_name =
.gui.dbox.sepr1 &
enabled =
yes &
help_text =
"help2text" &
documentation_text =
"doc2text" &
units =
relative &
horiz_resizing =
attach_left &
vert_resizing =
attach_top &
location =
0.2, 0.0 &
height =
0.6 &
width =
0.7

Description:

 
Parameter
Value Type
Description
separator _name
An Existing GI_separator
Specifies the name of an existing separator
new_separator_name
A New GI_separator
Specifies a new name for the existing separator
enabled
Boolean
Activates the separator
help_text
String
Specifies the help text
documentation_text
String
Specifies the documentation text
units
Int_units
Specifies the separator size as pixel or relative to dialog window
horiz_resizing
Int_h_resize
Specifies the attachment and scaling option for the separator
vert_resizing
Int_v_resize
Specifies the attachment and scaling option for the separator
location
Real
Specifies the location of the separator on the dialog box from upper left corner
height
Real
Specifies the placement of separator from upper corner
width
Real
Specifies the width of the separator in terms of relative units or pixel

Extended Definition:

1. The preliminary parameters of the separator like location and width are set using this command. A new name can be specified for an existing separator by the parameter ‘new_separator_name’.
2. The pop-up help and documentation help can be specified in appropriate columns.
3. The separator is a element look-alike to embossing, which separated two entities on the dialog box. It has no command or function associated. It is used to improve the readability of the contents of the dialog box. The placement of the separator on the dialog box is decided by the location, which is the starting point of the separator line from upper left corner on the dialog box.
4. From the point specified by ‘location’ the placement of the separator below the ‘location’ is decided by the height and the length of the separator line is decided by the parameter ‘width’