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 E5071C are triggered.

For example, if  TRIGger.SCOPe value is "ACTive" when :INIT:CONT command is turned on for all channels, a measurement channel will automatically be 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

Equivalent key

Trigger > Trigger Scope > All Channel|Active Channel

Equivalent SCPI command

Syntax

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

:TRIGger[:SEQuence]:SCOPe?

Query response

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

Example of use

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