OcaWaveformType¶
-
class
OcaWaveformType()¶ Enumeration of waveform types that can be used by OCA objects.
-
OcaWaveformType.None¶ type: OcaWaveformType
Singleton object corresponding to the entry with value
0.
-
OcaWaveformType.DC¶ type: OcaWaveformType
Singleton object corresponding to the entry with value
1.
-
OcaWaveformType.Sine¶ type: OcaWaveformType
Singleton object corresponding to the entry with value
2.
-
OcaWaveformType.Square¶ type: OcaWaveformType
Singleton object corresponding to the entry with value
3.
-
OcaWaveformType.Impulse¶ type: OcaWaveformType
Singleton object corresponding to the entry with value
4.
-
OcaWaveformType.NoisePink¶ type: OcaWaveformType
Singleton object corresponding to the entry with value
5.
-
OcaWaveformType.NoiseWhite¶ type: OcaWaveformType
Singleton object corresponding to the entry with value
6.
-
OcaWaveformType.PolarityTest¶ type: OcaWaveformType
Singleton object corresponding to the entry with value
7.
-