Signal class, available in: Signal label formulaThis class has 5 members:
sdleiF
string channel ROChannel nameChannel name, read-only.
float flavor ROFlavorSignal flavor can be used to differentiate between signals in a single channel.
XYZ pos ROPositionSignal position, read-only.
float power ROPowerSignal power affects the aggregated signal value returned from receive() and receiveFilter().
untyped value ROValueSignal value can be any type. On the receiver side it is only available by accessing the individual Signal objects, i.e. after calling receiveSet() or receiveSingle(). The aggregating functions receive() and receiveFilter() ignore this attribute.
Global context>>Experiment definition>>Signal label formula