SCPI.SENSe.SP(Ch).DETector.FUNCtion

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe.SP(Ch).DETector.FUNCtion = Value

Value = SCPI.SENSe.SP(Ch).DETector.FUNCtion

Description

This command sets/gets detect mode, for the selected channel Ch.

Variable

Parameter

   Value

Description

Detect Mode

Data Type

Character string type (String)

Range

POSitive|SAMPle

Preset Value

POSitive

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as String
Var= "POSitive"
SCPI.SENSe.SP1.DETector.FUNCtion = Var
Var = SCPI.SENSe.SP1.DETector.FUNCtion

Equivalent Key

SP Menu: Format > Detector Mode

Equivalent SCPI Command

Syntax

:SENSe:SP[1-1]:DETector:FUNCtion {POSitive|SAMPle}

:SENSe:SP[1-1]:DETector:FUNCtion?

Query Response

{POSitive|SAMPle} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:SP1:DETector:FUNCtion POSitive"
20 OUTPUT 717;":SENSe:SP1:DETector:FUNCtion ?"
30 ENTER 717;A$