variable#

profile.variable(p0: Any) int#

Sets the variable to use for profile creation or modification.

Args:
p0:

‘name’ variable name

Examples:
#
# Select existing profile part
#
ensight.part.select_begin(2)
ensight.profile.begin()
ensight.profile.variable("VITESSE")
ensight.profile.end()
ensight.profile.create()
Returns:

zero on success, non-zero on error