Variable#
- class pyedb.dotnet.database.edb_data.variables.Variable(pedb, name)#
Manages EDB methods for variable accessible from Edb.Utility.VariableServer property.
Overview#
Delete this variable. |
Get the name of this variable. |
|
Get/Set the value of this variable. |
|
Get/Set the value of this variable. |
|
Get the value of this variable. |
|
Get the description of this variable. |
|
Determine whether this variable is a parameter. |
Import detail#
from pyedb.dotnet.database.edb_data.variables import Variable
Property detail#
- property Variable.name#
Get the name of this variable.
- property Variable.value_object#
Get/Set the value of this variable.
- property Variable.description#
Get the description of this variable.
- property Variable.is_parameter#
Determine whether this variable is a parameter.