SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.COLLect.ITERation.COUNt

Object type

Property (Read-Write)

Syntax

SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.COLLect.ITERation.COUNt = Value

Value = SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.COLLect.ITERation.COUNt

Description

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).

Variable

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.

Examples

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

Related objects

SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.COLLect.OFFSet.AMPLitude

SCPI.SOURce.POWer.PORT.CORRection.COLLect.NTOLerance

Equivalent key

Cal > Power Calibration > Max Iteration

Equivalent SCPI command

Syntax

:SOURce{[1]-160}:POWer:PORT{[1]|2}:CORRection:COLLect :ITERation[:COUNt] <numeric>

:SOURce{[1]-160}:POWer:PORT{[1]|2}:CORRection:COLLect :ITERation[:COUNt]?

Query response

<numeric><newline><^END>

Example of use

10 OUTPUT 717;":SOUR1:POW:PORT1:CORR:COLL:ITER 6"
20 OUTPUT 717;":SOUR1:POW:PORT1:CORR:COLL:ITER?"
30 ENTER 717;A