SCPI Command
DISPlay:POSition <numeric 1>, <numeric 2>, <numeric 3>, <numeric 4>
DISPlay:POSition?
Sets/gets the Analyzer window position on the screen and its size. |
---|
command/query |
Parameters determine the position of the main window:
<numeric 1> |
Specifies the coordinate of the left side of the window |
<numeric 2> |
Specifies the coordinate of the top of the window |
<numeric 3> |
Specifies the width of the window |
<numeric 4> |
Specifies the height of the window |
Screen pixel
From 0 to the screen resolution.
Sets the value of the limit, which is closer to the specified value.
<numeric>
<numeric 1> = (screen width – 800) / 2,
<numeric 2> = (screen height – 600) / 2,
<numeric 3> = 800,
<numeric 4> = 600,
Preset: Display > Properties > Set Defaults
None
Equivalent COM Command
SCPI.DISPlay.POSition
Pos = app.SCPI.DISPlay.POSition
app.SCPI.DISPlay.POSition = Array(0, 0, 800, 600)
Variant (array of long) (read/write)
Back to DISPlay
Back to Command Finder