Skip to main content
Version: Streamsheets 2.5

SETCYCLETIME

Set the current Cycle Time. The Cycle Time is an overall setting in an App that applies to each Streamsheet in the App. It generally defines how long the system pauses between calculation cycles (in ms).

Syntax

=SETCYCLETIME()

Arguments

None

Return

Depends on condition. TRUE or FALSE

Examples

FormulaResultComment
=SETCYCLETIME(1000)
TRUEThe cycle time is set to one second.