variable delete

Allows the deletion of an Adams View variable.
An Adams View variable is analogous to a variable in a programming language. It represents a typed storage location that can contain data (e.g. real numbers, integer numbers, text strings, etc.).

Format:

 
variable delete
Variable_name =
model_name.var_name

Example:

 
variable delete &
variable_name =
model_1.integer_numbers

Description:

 
Parameter
Value Type
Description
Variable_name
String
Specifies an existing Adams View variable. You may identify an Adams View variable by typing its name.

Extended Definition:

1. You may identify an Adams View variable by typing its name. if the default model contains any variable you may identify them by entering the Adams View variable name only. You must enter the full name of the variable if its not contained in the default model. For example, if the default model is “pendulum”, you must identify the variable “friction_coeff” in the model “fourbar” by entering “.fourbar.friction_coeff”. You must separate multiple Adams View variable names by commas.

Cautions:

1. Adams View variables are not the same as ADAMS variables accessed with the command DATA_ELEMENT CREATE VARIABLE.