Triggering (TRIGger)


Set or query the bit comparison conditions for CAN trigger

Syntax

(Command)

(Query)


:TRIGger:CANAnd A,B$

:TRIGger:CANAnd? A

(Response)

A<NR1>,B$

A = 1 to 16 (Triggering No.)
B$ = OFF, OR, AND

Details

Set the bit comparison conditions for CAN trigger.
Returns the current bit comparison conditions for CAN trigger.

Example

:TRIGger:CANAnd 1,OR
:TRIGger:CANAnd? 1
(Response)  :TRIGGER:CANAND 1,OR  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the bit comparison pattern for CAN trigger

Syntax

(Command)

(Query)


:TRIGger:CANBit A,B$

:TRIGger:CANBit? A

(Response)

A<NR1>,B$

A = 1 to 16 (Triggering No.)
B$ = Bit pattern (X,0,1)

Details

Set the bit comparison pattern for CAN trigger.
Returns the bit comparison pattern for CAN trigger.

X Ignore signal
0 Trigger at low level
1 Trigger at high level

Example

:TRIGger:CANBit 1,X01XX001
:TRIGger:CANBit? 1
(Response)  :TRIGGER:CANBIT 1,X01XX001  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the channel for CAN trigger

Syntax

(Command)

(Query)


:TRIGger:CANCh A,B$

:TRIGger:CANCh? A

(Response)

A<NR1>,B$

A = 1 to 16 (Triggering No.)
B$ = C1, C2, C3, C4, ALL

Details

Set the channel for CAN trigger.
Returns the current channel for CAN trigger.

Example

:TRIGger:CANCh 1,C1
:TRIGger:CANCh? 1
(Response)  :TRIGGER:CANCH 1,C1  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the CAN ID for CAN trigger

Syntax

(Command)

(Query)


:TRIGger:CANId A,B$

:TRIGger:CANId? A

(Response)

A<NR1>,B$

A = 1 to 16 (Triggering No.)
B$ = 0x00000000 to 0x1fffffff (Hexadecimal string)

Details

Set the CAN ID for CAN trigger.
Returns the CAN ID for CAN trigger.

Example

:TRIGger:CANId 1,1f
:TRIGger:CANId? 1
(Response)  :TRIGGER:CANID 1,1f  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the type of CAN trigger

Syntax

(Command)

(Query)


:TRIGger:CANKind A,B$

:TRIGger:CANKind? A

(Response)

A<NR1>,B$

A = 1 to 16 (Triggering No.)
B$ = OFF, DATA, ERROr, REMOte

Details

Set the type of CAN trigger.
Returns the type of CAN trigger.

OFF OFF
DATA Data frame
ERROr Error frame
REMOte Remote frame

Example

:TRIGger:CANKind 1,DATA
:TRIGger:CANKind? 1
(Response)  :TRIGGER:CANKIND 1,DATA  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the bit comparison position for CAN trigger

Syntax

(Command)

(Query)


:TRIGger:CANPos A,B

:TRIGger:CANPos? A

(Response)

A<NR1>,B$

A = 1 to 16 (Triggering No.)
B = 0 to 63

Details

Set the bit comparison position for CAN trigger.
Returns the bit comparison position for CAN trigger.

Example

:TRIGger:CANPos 1,16
:TRIGger:CANPos? 1
(Response)  :TRIGGER:CANPOS 1,16  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the channels to trigger

Syntax

(Command)

(Query)


:TRIGger:CH A,B

:TRIGger:CH? A

(Response)

A<NR1>,B<NR1>

A = 1 to 32 (Triggering No.)
B = 1 to 4 (Intra-unit channel number)

Details

Sets the channels to apply the triggers.
The settings will be returned as a text string.

Example

:TRIGger:CH 1,1
:TRIGger:CH? 1
(Response)  :TRIGGER:CH 1,1  (when headers are enabled)

Note

The trigger number and notation on the screen correspond as follows.

1: Unit1-T1
2: Unit1-T2
3: Unit2-T1
4: Unit2-T2

15: Unit8-T1
16: Unit8-T2
17: Unit1-T3
18: Unit1-T4

31: Unit8-T3
32: Unit8-T4

Usage
Conditions

Analog or logic channels.




Set or query the trigger input signal type (analog/real-time waveform calculation)

Syntax

(Command)

(Query)


:TRIGger:CHSRc A,B$

:TRIGger:CHSRc? A

(Response)

A<NR1>,B$

A = 1 to 32 (Triggering No.)
B$ = UNIT, DSP (Input signal)

Details

Set the trigger input signal.
Returns the current trigger input signal.

UNIT  Input module channel
DSP  Real-time waveform calculation channel

Example

:TRIGger:CHSRc 1,UNIT
:TRIGger:CHSRc? 1
(Response)  :TRIGGER:CHSRC 1,UNIT  (when headers are enabled)

Note

The trigger number and notation on the screen correspond as follows.

1: Unit1-T1
2: Unit1-T2
3: Unit2-T1
4: Unit2-T2

15: Unit8-T1
16: Unit8-T2
17: Unit1-T3
18: Unit1-T4

31: Unit8-T3
32: Unit8-T4

Usage
Conditions

-




Query a trigger detection date

Syntax

(Query)


:TRIGger:DETECTDate?

(Response)

A<NR1>,B<NR1>,C<NR1>

A = 2000 to 2080 (year)
B = 1 to 12 (month)
C = 1 to 31 (day)

Details

Returns the trigger detection date setting.

Example

:TRIGger:DETECTDate?
(Response)  :TRIGGER:DETECTDATE 2017,1,2  (when headers are enabled)

Note

-

Usage
Conditions

-




Query a trigger detection time

Syntax

(Query)


:TRIGger:DETECTTime?

(Response)

A<NR1>,B<NR1>,C<NR2>

A = 0 to 23 (hour)
B = 0 to 59 (minute)
C = 0 to 59.999 (second)

Details

Returns the trigger detection time setting.

Example

:TRIGger:DETECTTime?
(Response)  :TRIGGER:DETECTTIME 1,2,3.456  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the trigger function to on/off

Syntax

(Command)

(Query)


:TRIGger:ENABle A$

:TRIGger:ENABle?

(Response)

A$

A$ = OFF, ON

Details

Makes settings for the trigger function.
Returns the current trigger function ON/OFF status.

OFF  Disbled
ON  Enabled

Example

:TRIGger:ENABle ON
:TRIGger:ENABle?
(Response)  :TRIGGER:ENABLE ON  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the trigger event counts

Syntax

(Command)

(Query)


:TRIGger:EVENt A,B

:TRIGger:EVENt? A

(Response)

A<NR1>,B<NR1>

A = 1 to 32 (Triggering No.)
B = 1 to 4000 (Number of events)

Details

Sets the trigger event count.
Returns the current trigger event count.

Example

:TRIGger:EVENt 1,100
:TRIGger:EVENt? 1
(Response)  :TRIGGER:EVENT 1,100  (when headers are enabled)

Note

The trigger number and notation on the screen correspond as follows.

1: Unit1-T1
2: Unit1-T2
3: Unit2-T1
4: Unit2-T2

15: Unit8-T1
16: Unit8-T2
17: Unit1-T3
18: Unit1-T4

31: Unit8-T3
32: Unit8-T4

Usage
Conditions

-




Set or query external triggering

Syntax

(Command)

(Query)


:TRIGger:EXTErnal A$,B$

:TRIGger:EXTErnal? A$

(Response)

A$,B$

A$ = STARt, STOP (Triggering group)
B$ = OFF, ON

Details

Sets the external trigger.
Returns the setting of the current external trigger.

OFF  Disbled
ON  Enabled

Example

:TRIGger:EXTErnal STARt,ON
:TRIGger:EXTErnal? STARt
(Response)  :TRIGGER:EXTERNAL START,ON  (when headers are enabled)

Note

-

Usage
Conditions

-




Make or query settings for the external trigger filter

Syntax

(Command)

(Query)


:TRIGger:EXTFilter A$

:TRIGger:EXTFilter?

(Response)

A$

A$ = OFF, ON

Details

Sets the external trigger filter.
Returns the setting of the current external trigger filter.

OFF  Disbled
ON  Enabled

Example

:TRIGger:EXTFilter OFF
:TRIGger:EXTFilter?
(Response)  :TRIGGER:EXTFILTER OFF  (when headers are enabled)

Note

-

Usage
Conditions

-




Select or query the slope direction for the external trigger terminal

Syntax

(Command)

(Query)


:TRIGger:EXTRig A$,B$

:TRIGger:EXTRig? A$

(Response)

A$,B$

A$ = STARt, STOP (Triggering group)
B$ = UP, DOWN, UPDOWN

Details

Sets the external trigger input terminal.
Returns the setting of the current external trigger input terminal.

UP  Rising
DOWN  Falling
UPDOWN  Both

Example

:TRIGger:EXTRig STARt,UP
:TRIGger:EXTRig? STARt
(Response)  :TRIGGER:EXTRIG START,UP  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the trigger filtering ponits

Syntax

(Command)

(Query)


:TRIGger:FILTer A,B

:TRIGger:FILTer? A

(Response)

A<NR1>,B<NR1> [When not envelope measurement]
A<NR1>,B<NR2> [When envelope measurement]

A = 1 to 32 (Triggering No.)
B = 0, 10, 20, 50, 100, 150, 200, 250, 500, 1000, 2000, 5000, 10000 (samples) [When not envelope measurement]
B = 0, 0.001, 0.01 (seconds) [When envelope measurement]

Details

Sets the trigger filter.
Returns the setting of the current trigger filter.

Example

:TRIGger:FILTer 1,10
:TRIGger:FILTer? 1
(Response)  :TRIGGER:FILTER 1,10  (when headers are enabled)

Note

The trigger number and notation on the screen correspond as follows.

1: Unit1-T1
2: Unit1-T2
3: Unit2-T1
4: Unit2-T2

15: Unit8-T1
16: Unit8-T2
17: Unit1-T3
18: Unit1-T4

31: Unit8-T3
32: Unit8-T4

Usage
Conditions

-




Set or query the glitch width points

Syntax

(Command)

(Query)


:TRIGger:GLITch A,B

:TRIGger:GLITch? A

(Response)

A<NR1>,B<NR1>

A = 1 to 32 (Triggering No.)
B = 2 to 4000 (Triggering width)

Details

Sets the glitch width.
Returns the current glitch width.

Example

:TRIGger:GLITch 1,10
:TRIGger:GLITch? 1
(Response)  :TRIGGER:GLITCH 1,10  (when headers are enabled)

Note

The trigger number and notation on the screen correspond as follows.

1: Unit1-T1
2: Unit1-T2
3: Unit2-T1
4: Unit2-T2

15: Unit8-T1
16: Unit8-T2
17: Unit1-T3
18: Unit1-T4

31: Unit8-T3
32: Unit8-T4

Usage
Conditions

Applicable trigger types are glitch trigger.




Set or query the trigger group

Syntax

(Command)

(Query)


:TRIGger:GROUp A$

:TRIGger:GROUp?

(Response)

A$

A$ = STARt, STOP, S_S

Details

Sets the trigger group.
Returns the current trigger group.

STARt  Start trigger
STOP  Stop trigger
S_S  Start & stop trigger

Example

:TRIGger:GROUp STARt
:TRIGger:GROUp?
(Response)  :TRIGGER:GROUP START  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the type of trigger

Syntax

(Command)

(Query)


:TRIGger:KIND A,B$

:TRIGger:KIND? A

(Response)

A<NR1>,B$

A = 1 to 32 (Triggering No.)
B$ = OFF, LEVEl, IN, OUT, DROP, PERIIn, PERIOut, GLITch

Details

Sets the type of trigger.
Returns the type of the current trigger.

OFF 
LEVEl  Level trigger
IN  Window-In trigger
OUT  Window-Out trigger
DROP  Voltage drop trigger
PERIIn  Period-In trigger
PERIOut  Period-Out trigger
GLITch  Glitch trigger

Example

:TRIGger:KIND 1,LEVEl
:TRIGger:KIND? 1
(Response)  :TRIGGER:KIND 1,LEVEL  (when headers are enabled)

Note

Applicable trigger types for the DVM module are LEVEl, IN, OUT.
For the frequency module (8970), voltage drop, period-in/out trigger can not be available.

The trigger number and notation on the screen correspond as follows.

1: Unit1-T1
2: Unit1-T2
3: Unit2-T1
4: Unit2-T2

15: Unit8-T1
16: Unit8-T2
17: Unit1-T3
18: Unit1-T4

31: Unit8-T3
32: Unit8-T4

Usage
Conditions

-




Set or query the trigger level (for level triggering)

Syntax

(Command)

(Query)


:TRIGger:LEVEl A,B

:TRIGger:LEVEl? A

(Response)

A<NR1>,B

A = 1 to 32 (Triggering No.)
B = Level

Details

Sets the trigger level.
Returns the current trigger level.

Example

:TRIGger:LEVEl 1,0.1
:TRIGger:LEVEl? 1
(Response)  :TRIGGER:LEVEL 1,+1.000000E-01  (when headers are enabled)

Note

The trigger number and notation on the screen correspond as follows.

1: Unit1-T1
2: Unit1-T2
3: Unit2-T1
4: Unit2-T2

15: Unit8-T1
16: Unit8-T2
17: Unit1-T3
18: Unit1-T4

31: Unit8-T3
32: Unit8-T4

Usage
Conditions

Applicable trigger types are level trigger, period-in trigger, period-out trigger, and glitch trigger.




Set or query the logic trigger filtering points

Syntax

(Command)

(Query)


:TRIGger:LFILter A,B$,C

:TRIGger:LFILter? A,B$

(Response)

A<NR1>,B$,C<NR1> [When not envelope measurement]
A<NR1>,B$,C<NR2> [When envelope measurement]

A = 1 to 32 (Triggering No.)
B$ = A to D (Logic probe)
C = 0, 10, 20, 50, 100, 150, 200, 250, 500, 1000, 2000, 5000, 10000 (point) [When not envelope measurement]
C = 0, 0.01, 0.001 (point) [When envelope measurement]

Details

Sets the logic trigger filter width.
Returns the current logic trigger filter width.
The filter width function is disabled when argument C = 0.

Example

:TRIGger:LFILter 1,A,10
:TRIGger:LFILter? 1,A
(Response)  :TRIGGER:LFILTER 1,A,10  (when headers are enabled)

Note

The trigger number and notation on the screen correspond as follows.

1: Unit1-T1
2: Unit1-T2
3: Unit2-T1
4: Unit2-T2

15: Unit8-T1
16: Unit8-T2
17: Unit1-T3
18: Unit1-T4

31: Unit8-T3
32: Unit8-T4

Usage
Conditions

-




Set or query the AND/OR logical operator for the logic trigger pattern

Syntax

(Command)

(Query)


:TRIGger:LOGAnd A,B$,C$

:TRIGger:LOGAnd? A,B$

(Response)

A<NR1>,B$,C$

A = 1 to 32 (Triggering No.)
B$ = A to D (Logic probe)
C$ = OFF, OR, AND

Details

Sets the AND/OR logical operator for the logic trigger pattern of channel.
Returns the current AND/OR setting for the logic trigger pattern.

OFF  Trigger OFF
OR  Logical sum
AND  Logical product

Example

:TRIGger:LOGAnd 1,A,OR
:TRIGger:LOGAnd? 1,A
(Response)  :TRIGGER:LOGAND 1,A,OR  (when headers are enabled)

Note

The trigger number and notation on the screen correspond as follows.

1: Unit1-T1
2: Unit1-T2
3: Unit2-T1
4: Unit2-T2

15: Unit8-T1
16: Unit8-T2
17: Unit1-T3
18: Unit1-T4

31: Unit8-T3
32: Unit8-T4

Usage
Conditions

-




Set or query the pattern for a logic trigger

Syntax

(Command)

(Query)


:TRIGger:LOGPat A,B$,"C$"

:TRIGger:LOGPat? A,B$

(Response)

A<NR1>,B$,"C$"

A = 1 to 32 (Triggering No.)
B$ = A to D (Logic probe)
C$ = "Trigger mask" (X,0,1)

Details

Sets the trigger pattern (4 bits) of the logic trigger.
Returns the trigger pattern (4 bits) of the current logic trigger.

X  Ignore signal
0  Trigger at low level
1  Trigger at high level

Example

:TRIGger:LOGPat 1,A,"X01X"
:TRIGger:LOGPat? 1,A
(Response)  :TRIGGER:LOGPAT 1,A,"X01X"  (when headers are enabled)

Note

The trigger number and notation on the screen correspond as follows.

1: Unit1-T1
2: Unit1-T2
3: Unit2-T1
4: Unit2-T2

15: Unit8-T1
16: Unit8-T2
17: Unit1-T3
18: Unit1-T4

31: Unit8-T3
32: Unit8-T4

Usage
Conditions

-




Manually trigger measurement

Syntax

(Command)


:TRIGger:MANU

Details

Sends this command to trigger the instrument while it is awaiting a trigger.

Example

:TRIGger:MANU

Note

-

Usage
Conditions

-




Select or query trigger repetition mode

Syntax

(Command)

(Query)


:TRIGger:MODE A$(,B)

:TRIGger:MODE?

(Response)

A$(,B<NR1>)

A$ = SINGle, REPEat
B = 0 to 10000 (A$ = REPEat, may be omitted)

Details

Sets the trigger mode.
Returns the current trigger mode as a text string.

SINGle  One-shot
REPEat  Repeat

Example

:TRIGger:MODE REPEat,5
:TRIGger:MODE?
(Response)  :TRIGGER:MODE REPEAT,5  (when headers are enabled)

Note

B specifies the number of measurements when the trigger mode is continuous.
Specifying 0 for B invalidates the count specification.
The query is returned when the value of B is 2 or more.

Usage
Conditions

-




Make or query post-trigger settings

Syntax

(Command)

(Query)


:TRIGger:POSTtrig A

:TRIGger:POSTtrig?

(Response)

A<NR1>

A = 0 to 40 (%)

Details

Sets the post-trigger interval.
Returns the current setting of the post-trigger interval.

Example

:TRIGger:POSTtrig 10
:TRIGger:POSTtrig?
(Response)  :TRIGGER:POSTTRIG 10  (when headers are enabled)

Note

-

Usage
Conditions

Provided that the trigger group is "STOP" or "S_S".




Set or query the pre-trigger interval

Syntax

(Command)

(Query)


:TRIGger:PRETrig A

:TRIGger:PRETrig?

(Response)

A<NR1>

A = 0 to 100 (%)

Details

Sets the pre-trigger interval.
Returns the current setting of the pre-trigger interval.

Example

:TRIGger:PRETrig 10
:TRIGger:PRETrig?
(Response)  :TRIGGER:PRETRIG 10  (when headers are enabled)

Note

-

Usage
Conditions

Provided that the trigger group is NOT "STOP".




Set or query the trigger priority mode

Syntax

(Command)

(Query)


:TRIGger:PRIOrity A$

:TRIGger:PRIOrity?

(Response)

A$

A$ = OFF, ON

Details

Enables and disables the trigger priority mode.
Returns the current trigger priority mode setting as a text string.

OFF  Disbled
ON  Enabled

Example

:TRIGger:PRIOrity ON
:TRIGger:PRIOrity?
(Response)  :TRIGGER:PRIORITY ON  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the upper and lower limit values of period trigger

Syntax

(Command)

(Query)


:TRIGger:PUPLow A,B,C

:TRIGger:PUPLow? A

(Response)

A<NR1>,B,C

A = 1 to 32 (Triggering No.)
B = Upper limit (seconds)
C = Lower limit (seconds)

Details

Sets the upper and lower limits of the period trigger.
Returns the upper and lower limits of the current cycle trigger.

Example

:TRIGger:PUPLow 1,20,10
:TRIGger:PUPLow? 1
(Response)  :TRIGGER:PUPLOW 1,+2.00000E+01,+1.00000E+01  (when headers are enabled)

Note

The trigger number and notation on the screen correspond as follows.

1: Unit1-T1
2: Unit1-T2
3: Unit2-T1
4: Unit2-T2

15: Unit8-T1
16: Unit8-T2
17: Unit1-T3
18: Unit1-T4

31: Unit8-T3
32: Unit8-T4

Usage
Conditions

This command is valid when the trigger type is period-in or period-out.




Set or query the trigger direction (slope)

Syntax

(Command)

(Query)


:TRIGger:SLOPe A,B$

:TRIGger:SLOPe? A

(Response)

A<NR1>,B$

A = 1 to 32 (Triggering No.)
B$ = UP, DOWN

Details

Sets the trigger slope direction of channel.
Returns the current trigger slope direction of channel.

UP  Rising
DOWN  Falling

Example

:TRIGger:SLOPe 1,UP
:TRIGger:SLOPe? 1
(Response)  :TRIGGER:SLOPE 1,UP  (when headers are enabled)

Note

The trigger number and notation on the screen correspond as follows.

1: Unit1-T1
2: Unit1-T2
3: Unit2-T1
4: Unit2-T2

15: Unit8-T1
16: Unit8-T2
17: Unit1-T3
18: Unit1-T4

31: Unit8-T3
32: Unit8-T4

Usage
Conditions

Applicable trigger types are level trigger, period-in trigger, period-out trigger, and glitch trigger.




Set or query the trigger source AND/OR logical operator

Syntax

(Command)

(Query)


:TRIGger:SOURce A$,B$

:TRIGger:SOURce? A$

(Response)

A$,B$

A$ = STARt, STOP (Triggering group)
B$ = OR, AND

Details

Sets the AND/OR logical operator for combining logic trigger sources.
Returns the current setting of the trigger AND/OR logical operator as a text string.

AND  Logical product
OR  Logical sum

Example

:TRIGger:SOURce STARt,AND
:TRIGger:SOURce? STARt
(Response)  :TRIGGER:SOURCE START,AND  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the timer trigger

Syntax

(Command)

(Query)


:TRIGger:TIMEr A$

:TRIGger:TIMEr?

(Response)

A$

A$ = OFF, ON

Details

Set the interval trigger ON/OFF status.
Returns the current interval trigger ON/OFF setting.

OFF  Disbled
ON  Enabled

Example

:TRIGger:TIMEr ON
:TRIGger:TIMEr?
(Response)  :TRIGGER:TIMER ON  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the combination of interval trigger and other triggers

Syntax

(Command)

(Query)


:TRIGger:TMCOmpo A$

:TRIGger:TMCOmpo?

(Response)

A$

A$ = OR, AND

Details

Sets the combination of interval trigger and other trigger.
Returns the composition setting of the current interval trigger and other trigger.

AND  Logical product
OR  Logical sum

Example

:TRIGger:TMCOmpo OR
:TRIGger:TMCOmpo?
(Response)  :TRIGGER:TMCOMPO OR  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the timer trigger interval

Syntax

(Command)

(Query)


:TRIGger:TMINTvl A,B,C

:TRIGger:TMINTvl?

(Response)

A<NR1>,B<NR1>,C<NR1>

A = 0 to 23 (hour)
B = 0 to 59 (minute)
C = 0 to 59 (second)

Details

Set the time interval of the interval trigger.
Returns the time interval of the current interval trigger.

Example

:TRIGger:TMINTvl 1,2,3
:TRIGger:TMINTvl?
(Response)  :TRIGGER:TMINTVL 1,2,3  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query upper and lower limits of window trigger

Syntax

(Command)

(Query)


:TRIGger:UPLOw A,B,C

:TRIGger:UPLOw? A

(Response)

A<NR1>,B,C

A = 1 to 32 (Triggering No.)
B = Upper limit
C = Lower limit

Details

Sets the upper and lower limits of window trigger.
Returns the upper and lower limits of the current window trigger.

Example

:TRIGger:UPLOw 1,0.5,-0.5
:TRIGger:UPLOw? 1
(Response)  :TRIGGER:UPLOW 1,+5.000000E-01,-5.000000E-01  (when headers are enabled)

Note

The trigger number and notation on the screen correspond as follows.

1: Unit1-T1
2: Unit1-T2
3: Unit2-T1
4: Unit2-T2

15: Unit8-T1
16: Unit8-T2
17: Unit1-T3
18: Unit1-T4

31: Unit8-T3
32: Unit8-T4

Usage
Conditions

Applicable trigger types are window-in trigger or window-out trigger.




Select or query the measurement frequency of the voltage sag trigger

Syntax

(Command)

(Query)


:TRIGger:VFREq A,B

:TRIGger:VFREq? A

(Response)

A<NR1>,B<NR1>

A = 1 to 32 (Triggering No.)
B = 50, 60 (Frequency:Hz)

Details

Sets the measurement frequency of the voltage drop trigger.
Returns the measurement frequency of the current voltage drop trigger.

Example

:TRIGger:VFREq 1,50
:TRIGger:VFREq? 1
(Response)  :TRIGGER:VFREQ 1,50  (when headers are enabled)

Note

The trigger number and notation on the screen correspond as follows.

1: Unit1-T1
2: Unit1-T2
3: Unit2-T1
4: Unit2-T2

15: Unit8-T1
16: Unit8-T2
17: Unit1-T3
18: Unit1-T4

31: Unit8-T3
32: Unit8-T4

Usage
Conditions

Applicable trigger type is Voltage drop trigger.




Set or query the sag threshold of the voltage sag trigger

Syntax

(Command)

(Query)


:TRIGger:VLEVel A,B

:TRIGger:VLEVel? A

(Response)

A<NR1>,B

A = 1 to 32 (Triggering No.)
B = Level (V)

Details

Sets the signal level of the voltage drop trigger.
Returns the signal level of the current voltage drop trigger.

Example

:TRIGger:VLEVel 1,0.001
:TRIGger:VLEVel? 1
(Response)  :TRIGGER:VLEVEL 1,+1.000000E-03  (when headers are enabled)

Note

The trigger number and notation on the screen correspond as follows.

1: Unit1-T1
2: Unit1-T2
3: Unit2-T1
4: Unit2-T2

15: Unit8-T1
16: Unit8-T2
17: Unit1-T3
18: Unit1-T4

31: Unit8-T3
32: Unit8-T4

Usage
Conditions

Applicable trigger type is Voltage drop trigger.