Skip to content

← programming package

ListSplit

Destructure a list into multiple items.

This node is primarily extract a series of values, such as channel names, file names, etc. from a list to pass on to multiple nodes. Version 1.0.0

Ports/Properties

list

List to split

  • verbose name: List
  • default value: None
  • port type: DataPort
  • value type: list (can be None)
  • data direction: IN

out1

list item 1

  • verbose name: Out1
  • default value: None
  • port type: DataPort
  • value type: object (can be None)
  • data direction: OUT

out2

list item 2

  • verbose name: Out2
  • default value: None
  • port type: DataPort
  • value type: object (can be None)
  • data direction: OUT

out3

list item 3

  • verbose name: Out3
  • default value: None
  • port type: DataPort
  • value type: object (can be None)
  • data direction: OUT

out4

list item 4

  • verbose name: Out4
  • default value: None
  • port type: DataPort
  • value type: object (can be None)
  • data direction: OUT

out5

list item 5

  • verbose name: Out5
  • default value: None
  • port type: DataPort
  • value type: object (can be None)
  • data direction: OUT

out6

list item 6

  • verbose name: Out6
  • default value: None
  • port type: DataPort
  • value type: object (can be None)
  • data direction: OUT

out7

list item 7

  • verbose name: Out7
  • default value: None
  • port type: DataPort
  • value type: object (can be None)
  • data direction: OUT

out8

list item 8

  • verbose name: Out8
  • default value: None
  • port type: DataPort
  • value type: object (can be None)
  • data direction: OUT

out9

list item 9

  • verbose name: Out9
  • default value: None
  • port type: DataPort
  • value type: object (can be None)
  • data direction: OUT

outN

list items 10 and up

  • verbose name: Outn
  • default value: None
  • port type: DataPort
  • value type: list (can be None)
  • data direction: OUT

out0

list item 0 (no longer used)

  • verbose name: Out0
  • default value: None
  • port type: DataPort
  • value type: object (can be None)
  • data direction: OUT

set_breakpoint

Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.

  • verbose name: Set Breakpoint (Debug Only)
  • default value: False
  • port type: BoolPort
  • value type: bool (can be None)

metadata

User-definable meta-data associated with the node. Usually reserved for technical purposes.

  • verbose name: Metadata
  • default value: {}
  • port type: DictPort
  • value type: dict (can be None)