Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 407 Bytes

insertinput.md

File metadata and controls

16 lines (9 loc) · 407 Bytes

model.insertInput(input, line, value)

Insert an Input at specified line

@status current Introduced in 2.0.0, curveType/curveValue/carryTrim added in 2.3, inputName added 2.3.10

Parameters

  • input (unsigned number) input number (use 0 for Input1)
  • line (unsigned number) input line (use 0 for first line)
  • value (table) input data, see model.getInput()

Return value

none