SCPI.TRIGger.WCOuple

Object Type

Property (Read-Write)

Syntax

SCPI.TRIGger.WCOuple = Value

Value = SCPI.TRIGger.WCOuple

Description

This command sets/gets couple active window and trigger mode.

Variable

Parameter

   Value

Description

Couple active window and trigger mode

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.TRIGger.WCOuple = Var
Var = SCPI.TRIGger.WCOuple

Equivalent Key

PN Menu: Trigger > Window Couple

SP Menu: Trigger > Window Couple

FP Menu: Trigger > Window Couple

TR Menu: Trigger > Window Couple

AM Menu: Trigger > Window Couple

PS Menu: Trigger > Window Couple

BB Menu: Trigger > Window Couple

Equivalent SCPI Command

Syntax

:TRIGger:WCOuple {ON|OFF|1|0}

:TRIGger:WCOuple?

Query Response

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

Example of use

10 OUTPUT 717;":TRIGger:WCOuple 1"
20 OUTPUT 717;":TRIGger:WCOuple?"
30 ENTER 717;A