Method SetNodeWaveform
SetNodeWaveform(GraphDescriptor, NodeDescriptor, double, double, bool)
Specify the parameters of the waveform to set on a Synchronous Node Descriptor
Declaration
public static ClockEvent SetNodeWaveform(GraphDescriptor desc, NodeDescriptor node, double timeOffset, double frequency, bool useClockSourceFrequency = false)
Parameters
| Type | Name | Description | 
|---|---|---|
| GraphDescriptor | desc | The GraphDescriptor  | 
    
| NodeDescriptor | node | The node to on which to set this waveform  | 
    
| double | timeOffset | The TimeOffset in seconds  | 
    
| double | frequency | The frequency of this waveform  | 
    
| bool | useClockSourceFrequency | Set to true to bind this waveform to the frequency of the scheduler clock source  | 
    
Returns
| Type | Description | 
|---|---|
| ClockEvent | Returns a new ClockEvent  |