Class Waveform
Waveform container holding cathodic and anodic shape arrays and a computed total area.
Inheritance
object
Waveform
Namespace: Wss.CoreModule
Assembly: WSS_Core_Interface.dll
Syntax
[Serializable]
public class Waveform
Constructors
Waveform(int[], int[], float)
Creates a new Waveform from cathodic/anodic arrays and an area value.
Declaration
public Waveform(int[] catWaveform, int[] anodicWaveform, float area)
Parameters
| Type | Name | Description |
|---|---|---|
| int[] | catWaveform | Cathodic shape samples. |
| int[] | anodicWaveform | Anodic shape samples. |
| float | area | Computed total area. |
Fields
anShape
Anodic (recharge) phase samples.
Declaration
public int[] anShape
Field Value
| Type | Description |
|---|---|
| int[] |
area
Total area under the waveform used for computing recharge amplitude.
Declaration
public float area
Field Value
| Type | Description |
|---|---|
| float |
catShape
Cathodic (primary) phase samples.
Declaration
public int[] catShape
Field Value
| Type | Description |
|---|---|
| int[] |