Skip to main content
Version: Streamsheets 2.3

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(Milliseconds)

Arguments

Cycletime in milliseconds. Has to be a number.

Return Value

Depends on condition. TRUE or FALSE

Example

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