Write/Read |
About Ext Pulse Gens |
Description |
Sets and returns the Low amplitude (voltage) of the pulse generator. |
VB Syntax |
extPulseGen.LowAmplitude = value |
Variable |
(Type) - Description |
extPulseGen |
An ExternalPulseGenerator (object) |
value |
(Double) Pulse Generator low amplitude voltage. |
Return Type |
Double |
Default |
0 |
Examples |
extPulseGen.LowAmplitude = 4 'Write |
lo = extPulseGen.LowAmplitude 'Read |
|
C++ Syntax |
HRESULT get_LowAmplitude (double *pValue) HRESULT put_LowAmplitude (double newVal) |
Interface |
IExternalPulseGenerator |