Calibrate
SCPI.SENSe(Ch).CORRection.COLLect.METHod.TYPE
Attribute | Detail |
---|---|
Object Type | Property (read only) |
Data Type | String |
Target | Channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The calibration type selected for calculating of the calibration coefficients on completion of the calibration executed by the SCPI.SENSe(Ch).CORRection.COLLect.SAVE method. |
Range | "RESPO" : Response (Open) "RESPS" : Response (Short) "RESPT" : Response (Thru) "SOLT1" : Full 1–port calibration "SOLT2" : Full 2–port calibration "1PATH" : One path 2–port calibration "NONE" : Not defined |
Syntax | Dim Param As String Param = app.SCPI.SENSe(Ch).CORRection.COLLect.METHod.TYPE |
Equivalent Softkeys | None |
SCPI.SENSe(Ch).CORRection.COLLect.METHod.RESPonse.OPEN
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 | Selects the port and sets the response calibration (Open) type for the calculation of the calibration coefficients on completion of the calibration executed by the SCPI.SENSe(Ch).CORRection.COLLect.SAVE method. |
Range | from 1 to 2 |
Out of Range | An error occurs. Error code: 222. |
Syntax | app.SCPI.SENSe(Ch).CORRection.COLLect.METHod.RESPonse.OPEN = 1 |
Equivalent Softkeys | Calibration > Calibrate > Response (Open) > Select Port |
SCPI.SENSe(Ch).CORRection.COLLect.METHod.RESPonse.SHORt
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 | Selects the port and sets the response calibration (Short) type for the calculation of the calibration coefficients on completion of the calibration executed by the SCPI.SENSe(Ch).CORRection.COLLect.SAVE method. |
Range | from 1 to 2 |
Out of Range | An error occurs. Error code: 222. |
Syntax | app.SCPI.SENSe(Ch).CORRection.COLLect.METHod.RESPonse.SHORt = 1 |
Equivalent Softkeys | Calibration > Calibrate > Response (Short) > Select Port |
SCPI.SENSe(Ch).CORRection.COLLect.METHod.RESPonse.THRU
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 | Selects the ports and sets the response calibration (Thru) type for the calculation of the calibration coefficients on completion of the calibration executed by the SCPI.SENSe(Ch).CORRection.COLLect.SAVE method. The array contains 2 elements: Data(0) the number of the receiver port; Data(1) the number of the source port. |
Range | Port number is 1 or 2. Array elements can not contain the same port numbers. |
Out of Range | If an incorrect port number is specified, an error occurs (error code: 222). If the same port numbers are specified, an error occurs (error code: 220). |
Syntax | app.SCPI.SENSe(Ch).CORRection.COLLect.METHod.RESPonse.THRU = Array(2, 1) |
Equivalent Softkeys | Calibration > Calibrate > Response (Thru) > Select Port |
SCPI.SENSe(Ch).CORRection.COLLect.METHod.ERESponse
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 | Selects the ports and sets the one path 2–port calibration type for the calculation of the calibration coefficients on completion of the calibration executed by the SCPI.SENSe(Ch).CORRection.COLLect.SAVE method. The array contains 2 elements: Data(0) the number of the receiver port; Data(1) the number of the source port. |
Range | Port number is 1 or 2. The array elements can not contain the same port numbers. |
Out of Range | If an incorrect port number is specified, an error occurs (error code: 222). If the same port numbers are specified, an error occurs (error code: 220). |
Syntax | app.SCPI.SENSe(Ch).CORRection.COLLect.METHod.ERESponse = Array(2, 1) |
Equivalent Softkeys | Calibration > Calibrate > One Path 2–Port Cal > Select Port |
SCPI.SENSe(Ch).CORRection.COLLect.METHod.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 | Selects the port and sets the full 1–port calibration type for the calculation of the calibration coefficients on completion of the calibration executed by the SCPI.SENSe(Ch).CORRection.COLLect.SAVE method. |
Range | from 1 to 2 |
Out of Range | An error occurs. Error code: 222. |
Syntax | app.SCPI.SENSe(Ch).CORRection.COLLect.METHod.SOLT1 = 1 |
Equivalent Softkeys | Calibration > Calibrate > Full 1–Port Cal > Select Port |
SCPI.SENSe(Ch).CORRection.COLLect.METHod.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 | Selects the port and sets the full 2–port calibration type for the calculation of the calibration coefficients on completion of the calibration executed by the SCPI.SENSe(Ch).CORRection.COLLect.SAVE method. The array contains 2 elements: Data(0) the number of the receiver port; Data(1) the number of the source port. |
Range | Port number is 1 or 2. Array elements can not contain the same port numbers. |
Out of Range | If an incorrect port number is specified, an error occurs (error code: 222). If the same port numbers are specified, an error occurs (error code: 220). |
Syntax | app.SCPI.SENSe(Ch).CORRection.COLLect.METHod.SOLT2 = Array(2, 1) |
Equivalent Softkeys | Calibration > Calibrate > Full 2–Port Cal |
SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.SHORt
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 | Measures the calibration data of the short standard for the specified port. |
Range | Port number is 1 or 2. |
Out of Range | An error occurs (error code: 222). |
Syntax | app.SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.SHORt = 1 |
Notes | The property writing starts the measurement for the channel independently of the trigger initiation and trigger source settings. The function of the property writing waits for the completion of the measurement. |
Equivalent Softkeys | Calibration > Calibrate > Response (Short) > Short Calibration > Calibrate > Full 1–Port Cal > Short Calibration > Calibrate > One Path 2–Port Cal > Short Calibration > Calibrate > Full 2–Port Cal > Port n Short |
SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.OPEN
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 | Measures the calibration data of the open standard for the specified port. |
Range | Port number is 1 or 2. |
Out of Range | An error occurs (error code: 222). |
Syntax | app.SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.OPEN= 1 |
Notes | The property writing starts the measurement for the channel independently of the trigger initiation and trigger source settings. The function of the property writing waits for the completion of the measurement. |
Equivalent Softkeys | Calibration > Calibrate > Response (Open) > Open Calibration > Calibrate > Full 1–Port Cal > Open Calibration > Calibrate > One Path 2–Port Cal > Open Calibration > Calibrate > Full 2–Port Cal > Port n Open |
SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.LOAD
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 | Measures the calibration data of the load standard for the specified port. |
Range | Port number is 1 or 2. |
Out of Range | An error occurs (error code: 222). |
Syntax | app.SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.LOAD = 1 |
Notes | The property writing starts the measurement for the channel independently of the trigger initiation and trigger source settings. The function of the property writing waits for the completion of the measurement. |
Equivalent Softkeys | Calibration > Calibrate > Response (Open) > Load (Optional) Calibration > Calibrate > Response (Short) > Load (Optional) Calibration > Calibrate > Full 1–Port Cal > Load Calibration > Calibrate > One Path 2–Port Cal > Load Calibration > Calibrate > Full 2–Port Cal > Port n Load |
SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.THRU
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 | Measures the calibration data of the thru standard between the source port and the receiver port. The array contains 2 elements: Data(0) the number of the receiver port; Data(1) the number of the source port. |
Range | Port number is 1 or 2. The array elements can not contain the same port numbers. |
Out of Range | If an incorrect port number is specified, an error occurs (error code: 222). If the same port numbers are specified, an error occurs (error code: 220). |
Syntax | app.SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.THRU= Array(1, 2) |
Notes | The property writing starts the measurement for the channel independently of the trigger initiation and trigger source settings. The function of the property writing waits for the completion of the measurement. |
Equivalent Softkeys | Calibration > Calibrate > Response (Thru) > Thru Calibration > Calibrate > One Path 2–Port Cal > Thru Calibration > Calibrate > Full 2–Port Cal > Port 1–2 Thru |
SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.ISOLation
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 | Measures the isolation calibration data between the source port and the receiver port. The array contains 2 elements: Data(0) the number of the receiver port; Data(1) the number of the source port. |
Range | Port number is 1 or 2. The array elements can not contain the same port numbers. |
Out of Range | If an incorrect port number is specified, an error occurs (error code: 222). If the same port numbers are specified, an error occurs (error code: 220). |
Syntax | app.SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.ISOLation = Array(1, 2) |
Notes | The property writing starts the measurement for the channel independently of the trigger initiation and trigger source settings. The function of the property writing waits for the completion of the measurement. |
Equivalent Softkeys | Calibration > Calibrate > Response (Thru) > Isolation (Optional) Calibration > Calibrate > One Path 2–Port Cal > Isolation (Optional) Calibration > Calibrate > Full 2–Port Cal > Isolation (Optional) |
SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.SUBClass
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Long |
Target | Channel Ch, Ch: channel number 1–16 (see Table 1 on page 26) |
Description | The subclass number which is used for the calibration of the selected channel (Ch). For example, if two different subclasses are set in advance, say Thru 1 & Thru 2, which are visible at the calibration softkey, this command can select either Thru1 or Thru2. When performing Thru cal, either Thru 1 or Thru 2 set with this command is used for the calibration. |
Range | 1 to 8. |
Syntax | app.SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.SUBClass = 2 Subclass = app.SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.SUBClass |
Equivalent Softkeys | None |
SCPI.SENSe(Ch).CORRection.COLLect.SAVE
Attribute | Detail |
---|---|
Object Type | Method |
Target | Channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | Calculates the calibration coefficients from the calibration standards measurements depending on the selected calibration type. On completion of the method, all the calibration standards measurements are cleared and the error correction automatically turns ON. At the attempt to execute this method before all the needed standards are measured, an error occurs and the method is ignored. Before executing this command it is neccessery to select calibration type by one of commands SCPI.SENSe(Ch).CORRection.COLLect.METHod.XXXX. |
Syntax | app.SCPI.SENSe(Ch).CORRection.COLLect.SAVE |
Related Commands | Calibration type selection: SCPI.SENSe(Ch).CORRection.COLLect.METHod.RESPonse.OPEN SCPI.SENSe(Ch).CORRection.COLLect.METHod.RESPonse.SHORt SCPI.SENSe(Ch).CORRection.COLLect.METHod.RESPonse.THRU SCPI.SENSe(Ch).CORRection.COLLect.METHod.ERESponse SCPI.SENSe(Ch).CORRection.COLLect.METHod.SOLT1 SCPI.SENSe(Ch).CORRection.COLLect.METHod.SOLT2 Calibration standards measurement: SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.ISOLation SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.LOAD SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.OPEN SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.SHORt SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.THRU |
Equivalent Softkeys | Calibration > Calibrate > Response (Open) / Response (Short) / Response (Thru) / One Path 2–Port Cal / Full 1–Port Cal / Full 2–Port Cal > Apply |
SCPI.SENSe(Ch).CORRection.COLLect.CLEar
Attribute | Detail | |||||
---|---|---|---|---|---|---|
Object Type | Method | |||||
Target | Channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
|||||
Description | Clears the measurement values of the calibration standards. Syntax app.SCPI.SENSe(Ch).CORRection.COLLect.CLEar |
|||||
Equivalent Softkeys | Calibration > Calibrate > Response (Open) |
Response (Short) |
Response (Thru) |
One Path 2–Port Cal |
Full 1–Port Cal |
Full 2–Port Cal > Cancel > OK |