SCPI.TRIGger.SEQuence.SCOPe

Object type

Property (Read-Write)

Syntax

SCPI.TRIGger.SEQuence.SCOPe = Param

Param = SCPI.TRIGger.SEQuence.SCOPe

Description

This command sets/gets the effective scope of triggering. When this function is enabled with a value of "ACTive", only active channel is triggered. When this function is enabled with a value of "ALL", all channels of the E5061B are triggered.

For example, when this function is set at"ACTive" and SCPI.INITiate(Ch).CONTinuous is ON for all channels, a measurement channel is automatically changed by switching over the active channel.

Variable

Parameter

Param

Description

Trigger source

Data type

Character string type (String)

Range

Select from either of the following:

  • "ALL": Specifies trigger to all channels.

  • "ACTive": Specifies trigger to active channel.

Preset value

"ALL"

Examples

Dim TrigScope As Enum
SCPI.TRIGger.SEQuence.SCOPe = "ACTive"
TrigScope = SCPI.TRIGger.SEQuence.SCOPe

Related Objects

SCPI.INITiate(Ch).CONTinuous

Equivalent key

Trigger > Trigger Scope

Equivalent SCPI command

Syntax

:TRIGger[:SEQuence]:SCOPe {ALL|ACTive}

:TRIGger[:SEQuence]:SCOPe?

Query response

{ALL|ACT}<newline><^END>

Example of use

10 OUTPUT 717;":TRIG:SCOP ACT"
20 OUTPUT 717;":TRIG:SCOP?"
30 ENTER 717;A$