Skip to content

← utilities package

ExtractChannels

Extract a list of the channel names from a data stream.

Version 1.0.1

Ports/Properties

data

Data to process

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

channel_names

Channel Names

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

stream

Name of stream from which to extract the channel names. If blank will extract from the first stream.

  • verbose name: Stream
  • default value:
  • port type: StringPort
  • value type: str (can be None)

verbose

Verbose output.

  • verbose name: Verbose
  • default value: False
  • port type: BoolPort
  • value type: bool (can be None)

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)