AutorunSequencing

AutorunSequencing

is an option for Manipulate that specifies how autorun should use the controls provided.

Details

  • Possible settings include:
  • Automaticsequentially run each variable
    {Automatic,t}run sequentially for t seconds in total
    irun only variable i
    {i,j,}run variable i, then j, ...
    {{i,ti},}run variable i for t seconds, etc.
    Allrun all variables together
    {All,t}run all variables together for t seconds
  • With the setting {Automatic,t}, each variable is allocated the same time.
  • Each variable always starts from the initial value specified for it, and returns to the same value.
  • Controls are numbered sequentially based on their appearance in the original Manipulate expression. The numbering is not affected by which controls are visible.
  • AutorunSequencing is used when a Manipulate expression is exported using Export to a dynamic format.

Examples

Basic Examples  (3)

Control the order of the variables when Autorun is chosen from the Manipulate menu:

Specify a different duration for each variable (default 5):

Specify All to run through all variables simultaneously:

Wolfram Research (2007), AutorunSequencing, Wolfram Language function, https://reference.wolfram.com/language/ref/AutorunSequencing.html.

Text

Wolfram Research (2007), AutorunSequencing, Wolfram Language function, https://reference.wolfram.com/language/ref/AutorunSequencing.html.

CMS

Wolfram Language. 2007. "AutorunSequencing." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AutorunSequencing.html.

APA

Wolfram Language. (2007). AutorunSequencing. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AutorunSequencing.html

BibTeX

@misc{reference.wolfram_2023_autorunsequencing, author="Wolfram Research", title="{AutorunSequencing}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/AutorunSequencing.html}", note=[Accessed: 18-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_autorunsequencing, organization={Wolfram Research}, title={AutorunSequencing}, year={2007}, url={https://reference.wolfram.com/language/ref/AutorunSequencing.html}, note=[Accessed: 18-March-2024 ]}