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 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.
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
:TRIGger[:SEQuence]:SCOPe {ALL|ACTive}
:TRIGger[:SEQuence]:SCOPe?
{ALL|ACT}<newline><^END>
10 OUTPUT 717;":TRIG:SCOP ACT"
20 OUTPUT 717;":TRIG:SCOP?"
30 ENTER 717;A$