SignalView class in Command line interface

6 members:

string labels
multiline string

Labels

The label formula should return a text to be displayed over the signal source, presumably by reading some values from the supplied Signal object. It is especially useful for more sophisticated signal usage scenarios with Signal.value holding object references (the default signal label only shows <XXX Object at xxxxx> in such cases)

integer mode
integer, 0 .. 2
  • 0 = Off
  • 1 = Custom
  • 2 = Automatic
  • Mode

    function addMap
    doesn't return a value

    add channel

    function addMap(string channel, integer color)
    function addSignals
    doesn't return a value

    add channel

    function addSignals(string channel, integer color, integer angle_x, integer angle_y, integer angle_z)
    function addSignalsFilter
    doesn't return a value

    add channel

    function addSignalsFilter(string channel, integer color, integer angle_x, integer angle_y, integer angle_z, integer flavor, integer filter)
    function clear

    Clear

    function clear()

    Global context>>Experiment definition>>Command line interface