Class PortValueGenerator<T>
Generates random values on the output ports.
Inherited Members
Namespace: Global Namespace
Assembly: solution.dll
Syntax
public class PortValueGenerator<T> : NodeRuntime
Type Parameters
| Name | Description |
|---|---|
| T | Type of random value to generate |
Fields
| Name | Description |
|---|---|
| output | Output port value |
Methods
| Name | Description |
|---|---|
| OnTick(double, double, ClockState, Signal) | OnTick event received from the scheduler for this node waveform. This is received for every rising edge of the waveform at the frequency configured in the scheduler. |