Table of Contents

Class Set

Namespace
Bonsai.Scripting.Python
Assembly
Bonsai.Scripting.Python.dll

Represents an operator that adds or updates a Python runtime variable in the specified top-level module.

public class Set : Sink
Inheritance
Set
Inherited Members

Properties

Module

Gets or sets the Python top-level module containing the variable.

VariableName

Gets or sets the name of the variable to add or update the value of.

Methods

Process<TSource>(IObservable<TSource>)

Adds or updates a Python runtime variable in the specified top-level module with the values from an observable sequence.