AutoCal
SCPI.SENSe(Ch).CORRection.COLLect.ECAL.SOLT1
| Attribute | Detail |
|---|---|
| Object Type | Property (write only) |
| Data Type | Long |
| Target | Channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
| Description | Executes 1-port calibration of the specified port of selected channel (Ch) using the AutoCal module. Syntax Dim Port As Long app.SCPI.SENSe(Ch).CORRection.COLLect.ECAL.SOLT1 = Port |
| Equivalent Softkeys | Calibration > AutoCal > 1-Port AutoCal > Port 1 / Port 2 |
SCPI.SENSe(Ch).CORRection.COLLect.ECAL.SOLT2
| Attribute | Detail |
|---|---|
| Object Type | Property (write only) |
| Data Type | Variant (array of long) |
| Target | Channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
| Description | Executes full 2-port calibration between the specified 2 ports of selected channel (Ch) using the AutoCal module. Syntax app.SCPI.SENSe(Ch).CORRection.COLLect.ECAL.SOLT2 = Array(2, 1) |
| Equivalent Softkeys | Calibration > AutoCal > 2-Port AutoCal |
SCPI.SENSe(Ch).CORRection.COLLect.ECAL.PATH(Pt)
| Attribute | Detail |
|---|---|
| Object Type | Property (read/write) |
| Data Type | Long |
| Target | AutoCal (Ch – arbitrary number 1 to 16) |
| Description | Sets or reads out the AutoCal module port number which is connected to a selected Network Analyzer port (Pt). |
| Allowable Values | 1: Port A of AutoCal Module 2: Port B of AutoCal Module 3: Port C of AutoCal Module (4 port AutoCal module only) 4: Port D of AutoCal Module (4 port AutoCal module only) |
| Syntax | Dim Value As Long Value = app.SCPI.SENSe(Ch).CORRection.COLLect.ECAL.PATH(Pt) app.SCPI.SENSe(Ch).CORRection.COLLect.ECAL.PATH(Pt) = 2 |
| Equivalent Softkeys | Calibration > AutoCal > Orientation > Port 1 / Port 2 |
SCPI.SENSe(Ch).CORRection.COLLect.ECAL.ORIenation.STATe
| Attribute | Detail |
|---|---|
| Object Type | Property (read/write) |
| Data Type | Boolean |
| Target | AutoCal (Ch – arbitrary number 1 to 16) |
| Description | The ON/OFF state of the Auto-Orientation function used when executing AutoCal. |
| Allowable Values | True: Auto-Orientation function ON False: Auto-Orientation function OFF |
| Preset Value | False |
| Syntax | Dim Status As Boolean Status = app.SCPI.SENSe(Ch).CORRection.COLLect.ECAL.ORIentation.STATe app.SCPI.SENSe(Ch).CORRection.COLLect.ECAL.ORIentation.STATe = False |
| Equivalent Softkeys | Calibration > AutoCal > Orientation > Auto-Orientation |
SCPI.SENSe(Ch).CORRection.COLLect.ECAL.INFormation
| Attribute | Detail |
|---|---|
| Object Type | Property (read only) |
| Data Type | String |
| Target | AutoCal module (Ch – arbitrary number 1 to 16) |
| Description | Gets information about the AutoCal Module connected to the Network Analyzer in a string with comma separated fields. Autocal Module Information: Model Name, Serial Number, Current Temperature of AutoCal Module, Selected Characterization Information: Characterization Name, Characterization Date and Time, Min Frequency, Max Frequency, Number of Points, Characterization Temperature, PortA Connector, PortB Connector, PortA Adapter, PortB Adapter, Analyzer, Location, Operator. |
| Syntax | Dim ID As String ID = app.SCPI.SENSe(Ch).CORRection.COLLect.ECAL.INFormation |
| Equivalent Softkeys | Calibration > AutoCal > Characterization Info… |
SCPI.SENSe(Ch).CORRection.COLLect.ECAL.UCHar
| Attribute | Detail |
|---|---|
| Object Type | Property (read/write) |
| Data Type | String |
| Target | AutoCal (Ch – arbitrary number 1 to 16) |
| Description | Sets or reads out the Characteristic used when executing AutoCal (factory or user characterization).. |
| Range | "CHAR0" : Factory characterization "CHAR1" : User characterization 1 "CHAR2" : User characterization 2 "CHAR3" : User characterization 3 |
| Preset Value | CHAR0 Syntax Dim Param As String Param = app.SCPI.SENSe(Ch).CORRection.COLLect.ECAL.UCHar app.SCPI.SENSe(Ch).CORRection.COLLect.ECAL.UCHar = "CHAR0" |
| Equivalent Softkeys | Calibration > AutoCal > Characterization |
SCPI.SENSe(Ch).CORRection.COLLect.ECAL.UTHRu.STATe
| Attribute | Detail |
|---|---|
| Object Type | Property (read/write) |
| Data Type | Boolean |
| Target | AutoCal (Ch – arbitrary number 1 to 16) |
| Description | The ON/OFF state of the Unknown Thru feature used when executing AutoCal. |
| Allowable Values | True: Unknown Thru feature ON False: Unknown Thru feature OFF |
| Preset Value | False |
| Syntax | Dim Status As Boolean Status = app.SCPI.SENSe(Ch).CORRection.COLLect.ECAL.UTHRu.STATe app.SCPI.SENSe(Ch).CORRection.COLLect.ECAL.UTHRu.STATe = False Note PLANAR 304/1 does not support |
| Equivalent Softkeys | Calibration > AutoCal > Unkn Thru |
SCPI.SYSTem.COMMunicate.ECAL.TEMPerature.SENSor
| Attribute | Detail |
|---|---|
| Object Type | Property (read only) |
| Data Type | Double |
| Target | AutoCal module |
| Description | Reads out the temperature of the AutoCal module connected to the analyzer. |
| Unit | °C (Celsius) |
| Syntax | Dim Value As Double Value = app.SCPI.SYSTem.COMMunicate.ECAL.TEMPerature.SENSor |
| Equivalent Softkeys | None |
SCPI.SYSTem.COMMunicate.ECAL.IMPedance(Pt)
| Attribute | Detail |
|---|---|
| Object Type | Property (read/write) |
| Data Type | String |
| Target | AutoCal module |
| Description | Sets or reads out the impedance state of the specified port (Pt) of AutoCal module connected to the analyzer. |
| Range | "OPEN" : OPEN impedance state "SHORt" : SHORT impedance state "LOAD" : LOAD impedance state "LOAD2" : LOAD2 impedance state "OPEN2" : OPEN2 impedance state |
| Preset Value | "LOAD" |
| Syntax | Dim Param As String Param = app.SCPI.SYSTem.COMMunicate.ECAL.IMPedance(Pt) app.SCPI.SYSTem.COMMunicate.ECAL.IMPedance(Pt) = "OPEN" |
| Equivalent Softkeys | None |
SCPI.SYSTem.COMMunicate.ECAL.CHECk()
| Attribute | Detail |
|---|---|
| Object Type | Method |
| Target | AutoCal module |
| Description | Sets the check state of AutoCal module connected to the analyzer. |
| Syntax | app.SCPI.SYSTem.COMMunicate.ECAL.CHECk() |
| Equivalent Softkeys | None |
SCPI.SYSTem.COMMunicate.ECAL.THRU(Pt1, Pt2)
| Attribute | Detail |
|---|---|
| Object Type | Method |
| Target | AutoCal module |
| Description | Sets the thru state between the specified 2 ports (Pt1, Ptr2) of AutoCal module connected to the analyzer. |
| Syntax | app.SCPI.SYSTem.COMMunicate.ECAL.THRU(1, 2) |
| Equivalent Softkeys | None |