Variable#

class pyedb.dotnet.edb_core.edb_data.variables.Variable(pedb, name)[source]#

Manages EDB methods for variable accessible from Edb.Utility.VariableServer property.

Methods

Variable.delete()

Delete this variable.

Attributes

Variable.description

Get the description of this variable.

Variable.is_parameter

Determine whether this variable is a parameter.

Variable.name

Get the name of this variable.

Variable.value

Get the value of this variable.

Variable.value_object

Get/Set the value of this variable.

Variable.value_string

Get/Set the value of this variable.