pulse_interval#
- anim_traces.pulse_interval(p0: float) int #
Specifies the time delay when using multiple animated trace pulses;
Not applicable when “anim_traces: multiple_pulses OFF”.- Args:
- p0:
‘time_value’ time delay interval between trace pulses
- Examples:
# # Select the particle trace part(s) to animate # ensight.part.select_begin(2) # # Toggle off the visibility of the selected particle trace part(s), and # animate them. # ensight.part.modify_begin() ensight.part.visible("OFF") ensight.ptrace.animate("ON") ensight.part.modify_end() # # Toggle on multiple animated trace pulses # ensight.anim_traces.multiple_pulses("ON") ensight.anim_traces.pulse_interval(1.0000e-03)
- Returns:
zero on success, non-zero on error