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

Object Type

Property (Read-Write)

Syntax

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

Value = SCPI.SENSe.FP(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.FP1.AVERage.STATe = Var
Var = SCPI.SENSe.FP1.AVERage.STATe

Related Objects

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

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

Equivalent Key

FP Menu: Average > Averaging

Equivalent SCPI Command

Syntax

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

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

Query Response

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

Example of use

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