Property (Read-Write)
SCPI.TRIGger.SEQuence.SCOPe = Param
Param = SCPI.TRIGger.SEQuence.SCOPe
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.
Parameter |
Param |
Description |
Trigger source |
Data type |
Character string type (String) |
Range |
Select from either of the following:
|
Preset value |
"ALL" |
Dim TrigScope As Enum
SCPI.TRIGger.SEQuence.SCOPe = "ACTive"
TrigScope = SCPI.TRIGger.SEQuence.SCOPe
Trigger > Trigger Scope > All Channel|Active Channel
:TRIGger[:SEQuence]:SCOPe {ALL|ACTive}
:TRIGger[:SEQuence]:SCOPe?
{ALL|ACTive}<newline><^END>
10 OUTPUT 717;":TRIG:SEQ:SCOP ACT"
20 OUTPUT 717;":TRIG:SEQ:SCOP?"
30 ENTER 717;A$