function#

As the root keyword#

Define functions used by other keywords.

function:
  - name: 'f1_name'
    ...
  - name: 'f2_name'
    ...

Specification#

Arguments:

List of function specifications

Default:

None

Child keywords#

For each function:

Keyword

Requirements

Description

name

Required

Name of the function

type

Required

Type of the function

kind

Optional

Kind of the interpolation function

Example#

As the child keyword of analysis step#

Specify the function used in the analysis step.

analysis:
  steps:
    - step: "..."
      type: "script"
      module: "..."
      function: "..."
Parent keyword:

steps

Arguments:

String

Default:

None

Related pages