cset

cset — creates a point and assigns it a value.

Syntax

(cset name value [confidence])
    

Arguments

name
The name of the point.
value
An initial value for the point.
confidence
A confidence value for the point (optional).

Returns

A message indicating success or error. Please refer to Return Syntax for details.

Description

This is a convenience command that combines create and set, allowing you to create a point and set its value in a single command.