Online documentation, manuals and tutorials
< All Topics
Print

Constant

Description

Passes the set constant through the value data output.

Properties

Specific

Value

EXPRESSION (string)

Expression whose result is sent to value output. This expression must not use variables. Some examples:

  • "string"
  • 42
  • 3.14159265
  • true
  • Math.sin(0.5)

Inputs

seqin

SEQ | OPTIONAL

A standard sequence input.

Outputs

seqout

SEQ | OPTIONAL

A standard sequence output.

value

DATA(any) | MANDATORY

Data output through which the set constant is passed.

Page content