load_cells_calibration_logic

Download Schema

CalibrationLogic

Load cells operation control model that is used to run a calibration data acquisition workflow

type

object

properties

  • name

Task name

type

string

default

LoadCellsCalibrationLogic

  • description

Description

Description of the task.

type

string

default

  • task_parameters

Task parameters

allOf

CalibrationParameters

  • version

Version

type

string

default

0.4.0

const

0.4.0

  • stage_name

Stage Name

Optional stage name the Task object instance represents.

default

null

oneOf

type

string

type

null

additionalProperties

False

CalibrationParameters

type

object

properties

  • rng_seed

Rng Seed

Seed of the random number generator

default

null

oneOf

type

number

type

null

  • channels

Channels

List of channels to calibrate

type

array

default

0

1

2

3

4

5

6

7

items

Load cell channel number available

type

integer

maximum

7

minimum

0

  • offset_buffer_size

Buffer size

Size of the buffer (in samples) acquired.

type

integer

minimum

1

default

200

additionalProperties

True