Write/Read |
About Scale |
Description |
Sets or returns the Y-axis Per-Division value of the active trace. |
VB Syntax |
trace.YScale = value |
Variable |
(Type) - Description |
trace |
A Trace (object) |
value |
(double) - Scale /division number. Units and range depend on the current data format. |
Return Type |
Double |
Default |
10 (db) |
Examples |
trac.YScale = 5 'Write |
yscl = trac.YScale 'Read |
|
C++ Syntax |
HRESULT get_YScale(double *pVal) |
Interface |
ITrace |