Property (Read-Write)
SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.COLLect.ITERation.COUNt = Value
Value = SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.COLLect.ITERation.COUNt
This command sets/gets the maximum number of readings to take at each source power data point for the selected port (Pt) and channel (Ch).
Parameter |
Value |
Description |
Maximum number of readings |
Data type |
Long integer type (Long) |
Range |
0 to 100 |
Preset value |
0 |
Note |
If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is breached) or the maximum value (if the upper limit of the range is exceeded) is set. |
Dim MaxNum As Long
SCPI.SOURce(1).POWer.PORT(1).CORRection.COLLect.ITERation.COUNt = 6
MaxNum= SCPI.SOURce(1).POWer.PORT(1).CORRection.COLLect.ITERation.COUNt
SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.COLLect.OFFSet.AMPLitude
SCPI.SOURce.POWer.PORT.CORRection.COLLect.NTOLerance
Cal > Power Calibration > Max Iteration
:SOURce{[1]-160}:POWer:PORT{[1]|2}:CORRection:COLLect :ITERation[:COUNt] <numeric>
:SOURce{[1]-160}:POWer:PORT{[1]|2}:CORRection:COLLect :ITERation[:COUNt]?
<numeric><newline><^END>
10 OUTPUT 717;":SOUR1:POW:PORT1:CORR:COLL:ITER 6"
20 OUTPUT 717;":SOUR1:POW:PORT1:CORR:COLL:ITER?"
30 ENTER 717;A