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

Object Type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

   Value

Description

Average (On/Off)

Data Type

Boolean type (Boolean)

Range

ON|OFF|1|0

Preset Value

OFF

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Boolean
Var= 1
SCPI.SENSe.SP1.AVERage.STATe = Var
Var = SCPI.SENSe.SP1.AVERage.STATe

Related Objects

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

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

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

Equivalent Key

SP Menu: Average/BW > Averaging

Equivalent SCPI Command

Syntax

:SENSe:SP[1-1]:AVERage:STATe {ON|OFF|1|0}

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

Query Response

{ON|OFF|1|0} <newline><^END>

Example of use

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