begin#

profile.begin() int#

Groups profile attribute commands to be applied together before a “profile: create” command.

Args:
p0:

‘profile_commands’ any of the profile attribute commands

Examples:
ensight.profile.begin()
ensight.profile.variable("VITESSE")
ensight.profile.offset(0.0000e+00)
ensight.profile.scale_factor(1.3603e+00)
ensight.profile.end()
ensight.profile.create()
Returns:

zero on success, non-zero on error