TiScopeChannel.VoltsPerDivision
TiScopeChannel
Specifies the number of volts per division on the vertical axis display.
property VoltsPerDivision : Double;
Description
Use VoltsPerDivision to specify the number of volts per division on the
vertical axis display. There are 8 major divisions. The Total Voltage Span
displayed will be 8x this value.
TotalVoltageSpan = 8 * VoltsPerDivision
Note: the value specified must be from one of the following values. If you do not
specify one of the following values, this property will not change (i.e. your
change will be ignored).
Voltage
| Double Vale
|
- µV
| 0.000001
|
- µV
| 0.000002
|
5 µV
| 0.000005
|
10 µV
| 0.000010
|
20 µV
| 0.000020
|
50 µV
| 0.000050
|
100 µV
| 0.000100
|
- mV
| 0.001000
|
- mV
| 0.002000
|
5 mV
| 0.005000
|
10 mV
| 0.010000
|
20 mV
| 0.020
|
50 mV
| 0.050
|
100 mV
| 0.100
|
200 mV
| 0.200
|
500 mV
| 0.500
|
- V
| - 000
|
- V
| 2.000
|
5 V
| 5.000
|
10 V
| 10.000
|
20 V
| 20.000
|
50 V
| 50.000
|
Example
Delphi
iComponent.Channel[0].VoltsPerDivision := 0.05;
C++ Builder
iComponent->Channel[0]->VoltsPerDivision = 0.05;
Contents | Index | Previous | Next