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

step_function

Public method `telion_api.Model.step_function(label: 'str', function_name: 'str | None' = None, arguments: 'str' = 'x', expression: 'Any' = 'x > 0 ? 1 : 0', description: 'str' = 'Smoothed or discontinuous step function.', enabled: 'bool' = True, **fields: 'Any') -> 'FunctionDefinition'`.

Reference contract

FieldValueDescription
symboltelion_api.Model.step_function
signature(label: 'str', function_name: 'str | None' = None, arguments: 'str' = 'x', expression: 'Any' = 'x > 0 ? 1 : 0', description: 'str' = 'Smoothed or discontinuous step function.', enabled: 'bool' = True, **fields: 'Any') -> 'FunctionDefinition'
returnFunctionDefinition

Public method telion_api.Model.step_function(label: 'str', function_name: 'str | None' = None, arguments: 'str' = 'x', expression: 'Any' = 'x > 0 ? 1 : 0', description: 'str' = 'Smoothed or discontinuous step function.', enabled: 'bool' = True, **fields: 'Any') -> 'FunctionDefinition'.

Contract

PropertyValue
symboltelion_api.Model.step_function
signature(label: 'str', function_name: 'str | None' = None, arguments: 'str' = 'x', expression: 'Any' = 'x > 0 ? 1 : 0', description: 'str' = 'Smoothed or discontinuous step function.', enabled: 'bool' = True, **fields: 'Any') -> 'FunctionDefinition'
returnFunctionDefinition

Signature

telion_api.Model.step_function(label: 'str', function_name: 'str | None' = None, arguments: 'str' = 'x', expression: 'Any' = 'x > 0 ? 1 : 0', description: 'str' = 'Smoothed or discontinuous step function.', enabled: 'bool' = True, **fields: 'Any') -> 'FunctionDefinition'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Model.step_function
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Model.step_function