SCPI.SENSe.SP(Ch).AVERage.COUNt

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe.SP(Ch).AVERage.COUNt = Value

Value = SCPI.SENSe.SP(Ch).AVERage.COUNt

Description

This command sets/gets average count, for the selected channel Ch.

Variable

Parameter

   Value

Description

Average count

Data Type

Long integer type (Long)

Range

1 ~ 999

Preset Value

16

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Long
Var= 1
SCPI.SENSe.SP1.AVERage.COUNt = Var
Var = SCPI.SENSe.SP1.AVERage.COUNt

Related Objects

SCPI.SENSe.SP(Ch).AVERage.CLEar

SCPI.SENSe.SP(Ch).AVERage.STATe

SCPI.SENSe.SP(Ch).AVERage.TYPE

Equivalent Key

SP Menu: Average/BW > Avg Factor

Equivalent SCPI Command

Syntax

:SENSe:SP[1-1]:AVERage:COUNt {1 ~ 999}

:SENSe:SP[1-1]:AVERage:COUNt?

Query Response

{1 ~ 999} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:SP1:AVERage:COUNt 1 "
20 OUTPUT 717;":SENSe:SP1:AVERage:COUNt ?"
30 ENTER 717;A