Write/Read |
About Ext Pulse Gens |
Description |
Sets and returns the High amplitude (voltage) of the pulse generator. |
VB Syntax |
extPulseGen.HighAmplitude = value |
Variable |
(Type) - Description |
extPulseGen |
An ExternalPulseGenerator (object) |
value |
(Double) Pulse Generator high amplitude voltage. |
Return Type |
Double |
Default |
5 |
Examples |
extPulseGen.HighAmplitude = 4 'Write |
hi = extPulseGen.HighAmplitude 'Read |
|
C++ Syntax |
HRESULT get_HighAmplitude (double *pValue) HRESULT put_HighAmplitude (double newVal) |
Interface |
IExternalPulseGenerator |