Méthode | Description | |
---|---|---|
Show ( Signal signal, int channel, string title = "Wavechart", bool nonBlocking = false ) : |
Displays a Wavechart with the specified signal.
|
|
Show ( float array, String title, bool nonBlocking = false ) : |
Displays a Wavechart with the specified signal.
|
|
WaitForClose ( ) : void |
Blocks the caller until the form is closed.
|
Méthode | Description | |
---|---|---|
WavechartBox ( ) : System | ||
show ( String title, bool hold ) : |
public static Show ( Signal signal, int channel, string title = "Wavechart", bool nonBlocking = false ) : |
||
signal | Signal | The signal object to display. |
channel | int | The channel to be displayed. |
title | string | The title for the data window. |
nonBlocking | bool | If set to |
Résultat |
public static Show ( float array, String title, bool nonBlocking = false ) : |
||
array | float | The signal to be displayed. |
title | String | The title for the data window. |
nonBlocking | bool | If set to |
Résultat |