Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Authoritative source

description

`description` is an optional parameter of `telion_api.Model.control_function` with the installed type contract `str`.

Reference contract

FieldValueDescription
symboltelion_api.Model.control_function
parameterdescription
kindpositional-or-keyword
typestr
requiredfalse
defaultDiscrete control palette. control(i, n, v0, v1, ...) rounds i, clamps it to n choices, and returns the selected value.

description is an optional parameter of telion_api.Model.control_function with the installed type contract str.

Contract

PropertyValue
symboltelion_api.Model.control_function
parameterdescription
kindpositional-or-keyword
typestr
requiredfalse
defaultDiscrete control palette. control(i, n, v0, v1, ...) rounds i, clamps it to n choices, and returns the selected value.

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Model.control_function:parameter:description
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Model.control_function