pltIAxis GetRealValue
Gets the real value when the display value is input.
Syntax
pltIAxis_handle GetRealValue display_value
Application
Tcl Query
Description
This command gets the real value when the display value is input. This command only works properly when the axis is scaled in dB20 or dB10.
Inputs
- display_value
- A display value that you want to get the corresponding real value of.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetVerticalAxisHandle yaxis 1;
yaxis GetRealValue 30;
Errors
Success (the real value) or an error message is returned.
Keywords
Tcl
Axis
Query