Skip to documentation content
On this page
  1. Reference
  2. Contract
  3. Signature

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

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'