Scale
SCPI.DISPlay.WINDow(Ch).TRACe(Tr).Y.SCALe.PDIVision
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Double |
Target | Trace Tr of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) Tr: trace number 1–16 (see Table 3 on page 33) |
Description | The trace scale. Sets the scale per division, when the data format is the rectangular format. Sets the full scale value, when the data format is the Smith chart format or the polar format. |
Range | from 10E–18 to 1E18 |
Out of Range | Sets the value of the limit, which is closer to the specified value. |
Preset Value | Varies depending on the format. Logarithmic Magnitude: 10 dB/Div Phase: 40 °/Div Expand Phase: 100 °/Div Group Delay: 10e–9 s/Div Smith Chart, Polar, SWR: 1 /Div Linear Magnitude: 0.1 /Div Real part, Imaginary part: 0.2 /Div |
Unit | dB/Div (decibel per division), °/Div (degree per division), s/Div (second per division) |
Syntax | Dim Value As Double Value = app.SCPI.DISPlay.WINDow(Ch).TRACe(Tr).Y.SCALe.PDIVision app.SCPI.DISPlay.WINDow(Ch).TRACe(Tr).Y.SCALe.PDIVision = 20 |
Equivalent Softkeys | Scale > Scale |
SCPI.CALCulate(Ch).SELected.CORRection.EDELay.TIME
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Double |
Target | The active trace of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The value of the electrical delay. |
Range | from -10 to 10 |
Out of Range | Sets the value of the limit, which is closer to the specified value. |
Preset Value | 0 |
Unit | s (second) |
Syntax | Dim Value As Double Value = app.SCPI.CALCulate(Ch).SELected.CORRection.EDELay.TIME app.SCPI.CALCulate(Ch).SELected.CORRection.EDELay.TIME = 1e–9 |
Equivalent Softkeys | Scale > Electrical Delay |
SCPI.CALCulate(Ch).SELected.CORRection.OFFSet.PHASe
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Double |
Target | The active trace of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The value of the phase offset. |
Range | from -360 to 360 |
Out of Range | Sets the value of the limit, which is closer to the specified value. |
Preset Value | 0 |
Unit | ° (degree) |
Syntax | Dim Value As Double Value = app.SCPI.CALCulate(Ch).SELected.CORRection.OFFSet.PHASe app.SCPI.CALCulate(Ch).SELected.CORRection.OFFSet.PHASe = 360 |
Equivalent Softkeys | Scale > Phase Offset |