Skip to main content
Version: Streamsheets 3.0

INTERVAL.SET

Sets the default interval for all sheets with a timer trigger or the interval for a specified sheet. The default interval is an overall setting in an App that applies to each Streamsheet which has a timer trigger with activated default interval. It generally defines how long the sheet pauses between calculation cycles (in seconds).

Syntax

=INTERVAL.SET(Interval, [Streamsheet])

Arguments

NameTypeDescription
IntervalNumberNew interval in seconds
Streamsheet (optional)SheetDefine the Streamsheet to apply the new interval to. If not specified the default interval is set.

Options:

Return

TypeDescription
BooleanDepends on condition. TRUE or FALSE

Examples

FormulaResultComment
=INTERVAL.SET(1)
TRUEThe default interval is set to one second.