Port Extensions
SCPI.SENSe(Ch).CORRection.EXTension.STATe
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Boolean |
Target | Channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The ON/OFF state of the port extension function. |
Allowable Values | True: Port extension function ON False: Port extension function OFF |
Preset Value | False |
Syntax | Dim Status As Boolean Status = app.SCPI.SENSe(Ch).CORRection.EXTension.STATe app.SCPI.SENSe(Ch).CORRection.EXTension.STATe = True |
Equivalent Softkeys | Calibration > Port Extensions > Extension |
SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).TIME
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Double |
Target | Port Pt of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) Pt: port number 1–2 (see Table 2 on page 25) |
Description | The electrical delay value for the port extension function. |
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.SENSe(Ch).CORRection.EXTension.PORT(Pt).TIME app.SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).TIME = 10 |
Equivalent Softkeys | Calibration > Port Extensions > Extension Port1 / Extension Port2 |
SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).INCLude(Ls).STATe
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Boolean |
Target | Port Pt of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) Pt: port number 1–2 (see Table 2 on page 25) |
Description | The ON/OFF state of the loss compensation at the point number Ls to calculate the loss for the port extension function, Ls: point number 1–2 (see Table 8 on page 265) |
Allowable Values | True: Loss compensation ON False: Loss compensation OFF |
Preset Value | False |
Syntax | Dim Status As Boolean Status = app.SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).INCLude(Ls).STATe app.SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).INCLude(Ls).STATe = True |
Equivalent Softkeys | Calibration > Port Extensions > Loss > Loss1 / Loss2 |
SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).LOSS(Ls)
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Double |
Target | Port Pt of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) Pt: port number 1–2 (see Table 2 on page 25) |
Description | The loss value at the point number Ls to calculate the loss for the port extension function, Ls: point number 1–2 (see Table 8 on page 265) |
Range | from –200 to 200 |
Out of Range | Sets the value of the limit, which is closer to the specified value. |
Preset Value | 0 |
Unit | dB (decibel) Syntax Dim Value As Double Value = app.SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).LOSS(Ls) app.SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).LOSS(Ls) = 10 |
Equivalent Softkeys | Calibration > Port Extensions > Loss > Loss1 / Loss2 |
SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).FREQuency(Ls)
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Double |
Target | Port Pt of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) Pt: port number 1–2 (see Table 2 on page 25) |
Description | The value of the frequency at the point number Ls for calculation of the loss for the port extension function, Ls: point number 1–2 (see Table 8 on page 265) |
Range | from minimum to maximum analyzer frequency |
Out of Range | Sets the value of the limit, which is closer to the specified value. |
Preset Value | 1E9 |
Unit | Hz (Hertz) |
Syntax | Dim Value As Double Value = app.SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).FREQuency(Ls) app.SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).FREQuency(Ls) = 100Е6 |
Equivalent Softkeys | Calibration > Port Extensions > Loss > Freq1 / Freq2 |
Table 8. Ls: Point Number | |
Data Type | Long |
Description | The point number for the loss setting in the port extension function. |
Range | 1 or 2 |
Out of Range | An error occurs. Error code: 222. |
Notes | If the point number is not specified, it is taken as equal to 1. |
SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).LDC
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Double |
Target | Port Pt of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) Pt: port number 1–2 (see Table 2 on page 25) |
Description | The loss value at DC for the loss calculation of the port extension function. |
Range | from –200 to 200 |
Out of Range | Sets the value of the limit, which is closer to the specified value. |
Preset Value | 0 |
Unit | dB (decibel) Syntax Dim Value As Double Value = app.SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).LDC app.SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).LDC = 10 |
Equivalent Softkeys | Calibration > Port Extensions > Loss > Loss at DC |