Fluke CombiScope PM3370B User Manual page 40

Autoranging instrument
Hide thumbs Also See for CombiScope PM3370B:
Table of Contents

Advertisement

USING THE COMBISCOPE INSTRUMENTS
Trigger Slope
The TRIGger:SLOPe command allows you to define the trigger edge for all input
channels, which can be POSitive, NEGative, or EITHer. After a
the TRIGger:SLOPe is set to POSitive.
PROGRAM EXAMPLE:
CALL Send(0, 8, "CONFigure:PTPeak (@2)", 1)
CALL Send(0, 8, "SENSe:FUNCtion 'XTIMe:VOLTage2'", 1
CALL Send(0, 8, "TRIGger:SOURce INTernal2", 1)
CALL Send(0, 8, "TRIGger:LEVel 0.2", 1)
'The TRIGger:LEVel command also switches level peak-peak off.
CALL Send(0, 8, "TRIGger:SLOPe NEGative", 1)
CALL Send(0, 8, "INITiate", 1)
CALL Send(0, 8, "FETCh:PTPeak? (@2)", 1)
response$ = "
CALL Receive(0, 8, response$, 256)
PRINT "Measured peak-to-peak = "; response$
Trigger Coupling
The TRIGger:LPASs and TRIGger:HPASs commands allow you to select the
Main Time Base (MTB) trigger coupling by programming a fixed cutoff frequency.
The possible trigger coupling options AC coupling , DC coupling , Low Frequency
reject , and High Frequency reject are mutually exclusive. The TRIGger:LPASs
and TRIGger:HPASs commands are also mutually exclusive. So, activating the
Low-Pass filter will switch off the High-Pass filter, and vice versa. After a
command, the cutoff frequency is 10 Hertz, which selects trigger coupling AC.
Note:
When the trigger source is INTernal<n>, signal coupling for one input
channel (n) can be programmed to AC, DC, or GROund using the
INPut<n>:COUPling command.
'Configures channel 2
'Trigger source = channel 2
'Trigger level = 0.2 V
'Trigger slope = negative
'Single initiation
'Queries for peak-to-peak
"
'Enters peak-to-peak
'Prints peak-to-peak
3 - 21
RST command
*
)
'Sets channel 2 ON
RST
*

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents