YOKOGAWA DL350 User Manual

YOKOGAWA DL350 User Manual

Scopecorder communication interface
Hide thumbs Also See for DL350:

Advertisement

Quick Links

DL350
ScopeCorder
Communication Interface
IM DL350-17EN
3rd Edition

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DL350 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for YOKOGAWA DL350

  • Page 1 DL350 ScopeCorder Communication Interface IM DL350-17EN 3rd Edition...
  • Page 2: List Of Manuals

    To ensure correct use, please read this manual thoroughly before operation. Keep this manual in a safe place for quick reference in the event a question arises. List of Manuals The following manuals, including this one, are provided as manuals for the DL350. Please read all manuals. Manual Title Manual No.
  • Page 3 YOKOGAWA is strictly prohibited. • The TCP/IP software of this product and the documents concerning it have been developed/ created by YOKOGAWA based on the BSD Networking Software, Release 1 that has been licensed from the Regents of the University of California.
  • Page 4: About The Ethernet Interface And Usb Interface

    To use the USB communication features, your PC must have the following software: • Communication library (TMCTL) • YOKOGAWA USB driver (YKMUSB) To download the library and driver listed above, go to the following website, and then browse to the download page.
  • Page 5: How To Use This Manual

    Describes command syntax and other programming information. Chapter 4 Commands Describes every command individually. Chapter 5 Status Reports Describes the status byte, various registers, and queues. Appendix Provides reference material such as an ASCII character code table. Index IM DL350-17EN...
  • Page 6: Conventions Used In This Manual

    3-6 and 3-7. Symbol Description Syntax Example Example <> CHANnel<x> <x> = 1 to 4 CHANNEL2 A defined value COUPling {AC|DC|GND|TC} COUPLING AC Select an option in { } Exclusive OR TRIGger[:SIMPle]:SLOPe TRIGger:SLOPe Can be omitted IM DL350-17EN...
  • Page 7: Table Of Contents

    IMAGe Group ....................... 4-120 4.19 INITialize Group ......................4-121 4.20 LSTart Group (Scope mode only) ................. 4-122 4.21 MATH Group......................... 4-123 4.22 MEASure Group ......................4-126 4.23 MONitor Group ......................4-138 4.24 MTRigger Group ......................4-140 4.25 SEARch Group ......................4-141 IM DL350-17EN...
  • Page 8 About Status Reports ....................... 5-1 Status Byte ........................5-3 Standard Event Register ....................5-4 Extended Event Register ....................5-5 Output and Error Queues ....................5-6 Appendix Appendix 1 ASCII Character Codes ..................App-1 Appendix 2 Error Messages ....................App-2 Index Index IM DL350-17EN...
  • Page 9: Chapter 1 Ethernet Interface

    (e.g., PC). See page 1-3. Panel keys Index Left Side Panel Ethernet port This port is for connecting the instrument to a controller (such as a PC) using an Ethernet cable. For the connection procedure, see page 1-4. IM DL350-17EN...
  • Page 10: Ethernet Interface Features And Specifications

    Approx. 1 ms Approx. 1 ms Approx. 30 ms 10000 Approx. 1 ms Approx. 2 ms Approx. 300 ms 100000 Approx. 10 ms Approx. 11 ms Approx. 3 s 1000000 Approx. 100 ms Approx. 125 ms Approx. 30 s IM DL350-17EN...
  • Page 11 Ethernet-communication-interface settings. To set the user name and password, from the instrument’s top menu, go to Utility > Network > Web Server. For details, see section 19.3, “Monitoring the Instrument’s Display from a PC (Web Server)” in the DL350 User’s Manual, IM DL350-02EN.
  • Page 12: Connecting To The Ethernet Interface

    • Use a network cable that conforms to the transfer speed of your network. Note For details on how to connect the instrument to a network, see section 19.1, “Connecting the Instrument to a Network” in the DL350 User’s Manual, IM DL350-02EN. IM DL350-17EN...
  • Page 13: Configuring The Instrument Ethernet Settings

    To use the Ethernet interface features, you must specify the following TCP/IP settings. • IP address • Subnet mask • Default gateway For details on how to specify these settings, see section 19.2, “Configuring TCP/IP Settings” in the DL350 User’s Manual, IM DL350-02EN. IM DL350-17EN...
  • Page 14: Chapter 2 Usb Interface

    (e.g., PC). See page 2-3. Panel keys Index Left Side Panel USB port This port is for connecting the instrument to a controller (such as a PC) using a USB cable. For the connection procedure, see page 2-4. IM DL350-17EN...
  • Page 15: Usb Interface Features And Specifications

    Number of Data Points Byte Data Word Data ASCII Data 10000 Approx. 16 ms Approx. 16 ms Approx. 250 ms 100000 Approx. 94 ms Approx. 100 ms Approx. 2.5 s 1000000 Approx. 700 ms Approx. 1 s Approx. 25 s IM DL350-17EN...
  • Page 16 • The REMOTE indicator in the top center of the screen disappears. • Key and touch panel operations are enabled. • Settings entered in remote mode are retained even when the instrument switches to local mode. Note You cannot use the USB interface simultaneously with the Ethernet interface. IM DL350-17EN...
  • Page 17: Connecting To The Usb Interface

    • Do not connect or remove USB cables from the time when the instrument is turned on until operation becomes available (approximately 20 to 30 seconds). Doing so may damage the instrument. IM DL350-17EN...
  • Page 18: Configuring The Instrument Usb Settings

    Install the YOKOGAWA USB driver (YKMUSB) on your PC. For information about how to obtain the YOKOGAWA USB driver (YKMUSB), contact your nearest YOKOGAWA dealer. You can also access the YOKOGAWA USB driver download webpage and download the driver.
  • Page 19: Chapter 3 Programming Overview

    RMT stands for “response message terminator.” The message.) response message terminator is NL^END . NL^END : NL with an END message attached. (NL is not included in the program message.) IM DL350-17EN...
  • Page 20 • If the controller tries to receive a response message when there is none, an error will occur. If the controller tries to receive a response message before the transmission of the program message is complete, an error will occur. IM DL350-17EN...
  • Page 21: Commands

    If you separate two commands with a terminator, two program messages will be sent. Therefore, the common header must be specified for each command even if commands belonging to the same command group are being concatenated. Example :ACQuire:MODE NORMal<PMT>: ACQuire:COUNt 1<PMT> IM DL350-17EN...
  • Page 22 • Parts of commands and parameters enclosed in square brackets ([ ]) can be omitted. Example TRIGger[:SIMPle]:LEVel can be written as TRIG:LEV . However, the last section enclosed in square brackets cannot be omitted in an upper-level query. Example TRIGger? and TRIGger:SIMPle? are different queries. IM DL350-17EN...
  • Page 23: Response

    The instrument normally returns response headers with the lower-case section removed. You can configure the instrument so that full headers are returned. Use the COMMunicate:VERBose command for this purpose. The sections enclosed in square brackets ([ ]) are also omitted in the abbreviated form. IM DL350-17EN...
  • Page 24: Data

    <NR3> form. Response messages are returned using • For the <NR3> form, the plus sign after the “E” can the default unit without the <Multiplier> or <Unit>. be omitted. You cannot omit the minus sign. IM DL350-17EN...
  • Page 25 • For information about the number of characters in a the response in the full form or in the abbreviated file name expressed in the <string data> form, see form. the DL350 User’s Manual. • The COMMunicate:HEADer setting does not affect <character data>. <Block data>...
  • Page 26: Synchronization With The Controller

    The COMMunicate:OPSE command is used to select which command to apply *WAI to. Here, it is applied to the media access command. *WAI is executed before CHANnel1:VDIV? , so CHANnel1:VDIV? is not executed until the file loading is completed. IM DL350-17EN...
  • Page 27 0, waveform acquisition is not in progress. Example TRIGger:MODE SINGle;:STARt<PMT> :STATus:CONDition?<PMT> (Read the response. If bit 0 is 1, return to the previous command.) :WAVeform:SEND?<PMT> WAVeform:SEND? is not executed until bit 0 in the condition register becomes 0. IM DL350-17EN...
  • Page 28: Chapter 4 Commands

    Chapter 4 Commands List of Commands Command Function page ACQuire Group :ACQuire? Queries all waveform acquisition settings. 4-30 :ACQuire:AVERage? Queries all averaging settings. 4-30 :ACQuire:AVERage:COUNt Sets or queries the number of waveform acquisitions to perform during 4-30 averaging. :ACQuire:AVERage:EWEight Sets or queries the attenuation constant of exponential averaging. 4-30 (Exponent Weight) :ACQuire:COUNt...
  • Page 29 4.1 List of Commands Command Function page :ANALysis:HARMonic:LRMS<x1>:RES Queries the percentage content of each harmonic of harmonic RMS analysis. 4-34 ult:RHDFk<x2>? :ANALysis:HARMonic:LRMS<x>:RESu Queries all rms values of harmonic RMS analysis. 4-34 lt:RMS? :ANALysis:HARMonic:LRMS<x1>:RES Queries the rms value of each harmonic of harmonic RMS analysis. 4-34 ult:RMSK<x2>? :ANALysis:HARMonic:LRMS<x>:RESu...
  • Page 30 4.1 List of Commands Command Function page CALibrate Group :CALibrate? Queries all calibration settings. 4-39 :CALibrate[:EXECute] Executes calibration. 4-39 :CALibrate:MODE Sets or queries the auto calibration mode. 4-39 :CALibrate:SBOCancel:CHANnel< Sets or queries whether the specified channel is included in the balancing of 4-39 x>[:STATus] (Strain Balance &...
  • Page 31 4.1 List of Commands Command Function page :CHANnel<x>:CAN:PORT:FDSTandard Sets or queries the protocol type (ISO/non ISO) of the specified CAN bus 4-43 (FD Standard (CAN FD)) signal port. :CHANnel<x>:CAN:PORT:LONLy Sets or queries the listen-only (Listen Only) setting of the specified port of a 4-44 module that can monitor CAN bus signals.
  • Page 32 4.1 List of Commands Command Function page :CHANnel<x>:FREQ:LSCale:BVALue Sets or queries the scaling coefficient B that is used during linear scaling for 4-50 a frequency module. :CHANnel<x>:FREQ:LSCale:GETMeas Executes the measurement of the linear scaling P1:X or P2:X value of a 4-50 frequency module.
  • Page 33 4.1 List of Commands Command Function page :CHANnel<x1>:LIN:SCHannel<x2>:B Sets or queries the bit length to be extracted of the specified sub channel on 4-56 ICount (Bit Count) a module that can monitor LIN bus signals. :CHANnel<x1>:LIN:SCHannel<x2>:B Sets or queries the specified bit label when the data type of the specified sub 4-56 LABel<x3>...
  • Page 34 4.1 List of Commands Command Function page :CHANnel<x>:SENT:ERRor:COUNt:NV Sets or queries whether nibble value errors of a SENT signal are to be 4-61 ALue (Nibble Value) integrated in error count channels. :CHANnel<x>:SENT:ERRor:COUNt:PN Sets or queries whether pulse number errors of a SENT signal are to be 4-61 UMber (Pulse Number) displayed in error count channels.
  • Page 35 4.1 List of Commands Command Function page :CHANnel<x>:STRain:BALance? Queries the ON/OFF state of target channels when executing balancing 4-67 collectively on all channels of a strain module. :CHANnel<x1>:STRain:BALance:CHA Sets or queries the channels that balancing will be performed on for a strain 4-67 Nnel<x2>...
  • Page 36 4.1 List of Commands Command Function page :CHANnel<x>:TEMPerature:UNIT Sets or queries the unit that is used when temperature measurements are 4-72 performed. :CHANnel<x>:VOLTage? Queries all settings of a module that can measure analog voltage. 4-73 :CHANnel<x>[:VOLTage]:BWIDth Sets or queries the bandwidth limit of a module that can measure analog 4-73 voltage.
  • Page 37 4.1 List of Commands Command Function page :CHANnel<x1>[:VOLTage]:SCHannel Queries all linear scaling settings of a 4-CH module, 16-CH voltage input 4-77 <x2>:LSCale? module, or 16-CH temperature/voltage input module. :CHANnel<x1>[:VOLTage]:SCHannel Sets or queries the scaling coefficient A that is used during linear scaling for 4-77 <x2>:LSCale:AVALue a 4-CH module, 16-CH voltage input module, 16-CH temperature/voltage...
  • Page 38 4.1 List of Commands Command Function page :COMMunicate:VERBose Sets or queries whether the response to a query is returned fully spelled out 4-84 or in its abbreviated form. :COMMunicate:WAIT Waits for a specified extended event to occur. 4-84 :COMMunicate:WAIT? Creates the response that is returned when a specified extended event 4-85 occurs.
  • Page 39 4.1 List of Commands Command Function page :CURSor[:TY]:DEGRee:DY:STATe Sets or queries whether the ΔY value between the angle cursors on the T-Y 4-89 waveform is displayed. :CURSor[:TY]:DEGRee:DY:VALue? Queries the ΔY value between the angle cursors on the T-Y waveform. 4-89 :CURSor[:TY]:DEGRee:JUMP Moves the specified angle cursor to the center of the specified zoom 4-89 waveform. :CURSor[:TY]:DEGRee:POSition<x> Sets or queries an angle cursor position on the T-Y waveform. 4-89 :CURSor[:TY]:DEGRee:REFerence Sets or queries the angle reference start (Ref1) or end (Ref2) point on the...
  • Page 40 4.1 List of Commands Command Function page :CURSor[:TY]:MARKer:M<x>:X:VAL Queries the X-axis value of a marker cursor on the T-Y waveform. 4-92 :CURSor[:TY]:MARKer:M<x>:Y? Queries all Y-axis settings for a marker cursor on the T-Y waveform. 4-92 :CURSor[:TY]:MARKer:M<x>:Y:STA Sets or queries whether the Y-axis value for a marker cursor on the T-Y 4-92 waveform is displayed.
  • Page 41 4.1 List of Commands Command Function page :CURSor:XY:HVERtical:DXDy:STATe Sets or queries the on/off state of the ΔX/ΔY display of the Horizontal and 4-95 vertical cursors of the X-Y display. :CURSor:XY:HVERtical:DXDy:VAL Queries the ΔX/ΔY value of the Horizontal and vertical cursors of the X-Y 4-95 display. :CURSor:XY:HVERtical:DYDx? Queries all ΔY/ΔX settings of the Horizontal and vertical cursors of the X-Y 4-95 display. :CURSor:XY:HVERtical:DYDx:STATe Sets or queries the on/off state of the ΔY/ΔX display of the Horizontal and 4-95 vertical cursors of the X-Y display. :CURSor:XY:HVERtical:DYDx:VAL Queries the ΔY/ΔX value of the Horizontal and vertical cursors of the X-Y 4-95 display. :CURSor:XY:MARKer:FORM Sets or queries the form of the marker cursors on the X-Y waveform. 4-95 :CURSor:XY:MARKer:M<x>? Queries all marker cursor settings for the X-Y waveform.
  • Page 42 4.1 List of Commands Command Function page :DISPlay:GRATicule Sets or queries the grid type. 4-100 :DISPlay:GROup<x1>? Queries all display group settings. 4-100 :DISPlay:GROup<x1>:ACLear (All Clears all the trace assignments of the specified display group. 4-100 Clear) :DISPlay:GROUp<x1>:FORMat Sets or queries the display format (the number of divisions in the vertical 4-100 direction) of the specified display group.
  • Page 43 4.1 List of Commands Command Function page :FFT:WAVeform<x>:VSCale:MODE Sets or queries an FFT window’s vertical scale mode. 4-105 (Vertical Scale Mode) :FFT:WAVeform<x>:VSCale:SENSiti Sets or queries the span of the FFT window from the center point of the 4-105 vity vertical axis when the vertical scale is set to Manual. :FFT:WINDow? Queries all FFT window settings.
  • Page 44 4.1 List of Commands Command Function page :GONogo:ACTion:BUZZer Sets or queries whether a beep is sounded when the execution condition is 4-109 met. :GONogo:ACTion:FOLDer Sets or queries whether a date folder is created when waveform data or 4-109 screen capture data is saved to the storage medium when the execution condition is met.
  • Page 45 4.1 List of Commands Command Function page :GONogo:ZONE:PATTern<x>:MODE Sets or queries the specified determination pattern’s reference condition for 4-112 waveform zone determination. :GONogo:ZONE:PATTern<x>:TRACe Sets or queries the specified determination pattern’s determination waveform 4-113 for waveform zone determination. :GONogo:ZONE:PATTern<x>:ZONE Sets or queries the specified determination pattern’s source waveform zone 4-113 data for waveform zone determination.
  • Page 46 4.1 List of Commands Command Function page :HCOPy:PSETup:ANNotation Sets or queries the annotation printing on/off setting for printing to a Brother 4-118 PocketJet printer in Long Print mode. :HCOPy:PSETup:ANType Sets or queries the annotation print content for printing to a Brother 4-118 PocketJet printer in Long Print mode.
  • Page 47 4.1 List of Commands Command Function page :MATH<x>[:BINary]:{CHANnel Sets or queries the threshold level of the specified channel for binary 4-124 <x>[:SCHannel<x>]|MATH<x>} computations. [:THReshold] :MATH<x>:DISPlay Sets or queries whether computations will be performed. 4-124 :MATH<x>:ESHift:{CHANnel<x>[:SC Sets or queries the amount of phase shift in the Shift computation when an 4-124 Hannel<x>]|MATH<x>}[:COUNt] external clock is used.
  • Page 48 4.1 List of Commands Command Function page :MEASure:{CHANnel<x1>[:SCHannel Sets or queries the display format of the delay parameters of the specified 4-129 <x2>]|MATH<x3>}:DELay:STATe channel. :MEASure:{CHANnel<x1>[:SCHannel Queries a measured delay value of the specified waveforms parameter. 4-129 <x2>]|MATH<x3>}:DELay:VALue? :MEASure:{CHANnel<x1>[:SCHannel Queries all distal, mesial, and proximal settings. 4-130 <x2>]|MATH<x3>}:DPRoximal? :MEASure:{CHANnel<x1>[:SCHannel...
  • Page 49 4.1 List of Commands Command Function page :MEASure:CHANnel<x1>:BIT<x2>:DE Sets or queries the reference waveform bit used to measure the delay of the 4-135 Lay:REFerence:LOGic:BIT specified bit of the specified channel. :MEASure:CHANnel<x1>:BIT<x2>:DE Sets or queries the edge polarity of the reference waveform used to measure 4-135 Lay:REFerence:SLOPe the delay of the specified bit of the specified channel.
  • Page 50 4.1 List of Commands Command Function page MTRigger Group :MTRigger Manually triggers the instrument. 4-140 SEARch Group :SEARch? Queries all search settings. 4-141 :SEARch:ABORt Aborts the search. 4-141 :SEARch:EDGE? Queries all edge search settings. 4-141 :SEARch:EDGE:COUNt Sets or queries the edge search count. 4-141 :SEARch:EDGE:HYSTeresis Sets or queries the edge search determination-level hysteresis.
  • Page 51: System Group

    4.1 List of Commands Command Function page STOP Group :STOP Stops waveform acquisition. 4-148 SYSTem Group :SYSTem? Queries all system settings. 4-149 :SYSTem:BATTery:REMain? Queries the battery level (%). 4-149 :SYSTem:BEEP Sets or queries whether a beep will sound when an error message is 4-149 displayed.
  • Page 52 4.1 List of Commands Command Function page :SYSTem:LOGic:NFORmat (Numerical Sets or queries the numeric display format of logic module data. 4-152 Format) :SYSTem:MLANguage Sets or queries the menu language. 4-152 :SYSTem:OVERview Displays the system information. 4-153 :SYSTem:RCMode (Remote Control Sets or queries whether remote signals to stop measurements will be 4-153 Mode) ignored (ON) or not (OFF).
  • Page 53 4.1 List of Commands Command Function page :TRIGger:AND:CHANnel<x>[:CONDit Sets or queries the state of the specified channel of the specified logic 4-157 ion] channel for AND triggers. :TRIGger:AND:CHANnel<x1>:SCHann Sets or queries the state of the specified sub channel of the specified logic 4-157 el<x2>[:CONDition] channel for AND triggers.
  • Page 54 4.1 List of Commands Command Function page :TRIGger[:SIMPle]:HYSTeresis Sets or queries the hysteresis for simple triggers. 4-162 :TRIGger[:SIMPle]:LEVel Sets or queries the trigger level of the channel specified by 4-162 :TRIGger:SIMPle:SOURce for simple triggers . :TRIGger[:SIMPle]:LOGic? Queries all simple trigger (logic trigger) settings. 4-163 :TRIGger[:SIMPle]:LOGic:BIT Sets or queries the bit that sets the trigger slope.
  • Page 55: Xy Group

    4.1 List of Commands Command Function page :WAVeform:OFFSet? Queries the offset value used to convert the waveform data specified by the 4-168 :WAVeform:TRACe command to physical values. :WAVeform:RANGe? Queries the measurement range used to convert the waveform data 4-168 specified by the :WAVeform:TRACe command to physical values. :WAVeform:RECord Sets or queries the main waveform record number that WAVeform 4-168...
  • Page 56 4.1 List of Commands Command Function page :ZOOM:WLAYout (Window Layout) Sets or queries the window layout that is used when waveforms are zoomed. 4-174 :ZOOM:Z2Target Sets or queries the source window of Zoom2 when both Zoom1 and Zoom2 4-174 are displayed. Common Command Group *CAL? Executes calibration and queries the result.
  • Page 57: Acquire Group

    :ACQUIRE:RECORDER:CONDITION? Function Sets or queries the number of waveform -> :ACQUIRE:RECORDER:CONDITION START acquisitions to perform for repetitive measurement in scope mode. Syntax :ACQuire:COUNt {<NRf>|INFinity} :ACQuire:COUNt? <NRf> = 1 to 65536 :ACQUIRE:COUNT INFINITY Example :ACQUIRE:COUNT? -> :ACQUIRE:COUNT INFINITY 4-30 IM DL350-17EN...
  • Page 58 • When a 4CH module is not installed <NRf> = 10000 to 1000000000 Step = 10000, 25000, 50000, 100000, 250000, 500000, 1000000, 2500000, 5000000, 10000000, 25000000, 50000000, 100000000, 250000000, 500000000, 1000000000 :ACQUIRE:RECORDER:RLENGTH 1000000 Example :ACQUIRE:RECORDER:RLENGTH? -> :ACQUIRE:RECORDER:RLENGTH 1000000 4-31 IM DL350-17EN...
  • Page 59 <NRf> = 10, 20, 50, 100 Example :ACQUIRE:RTOUT:DIVIDE:NUMBER 10 :ACQUIRE:RTOUT:DIVIDE:NUMBER? -> :ACQUIRE:RTOUT:DIVIDE:NUMBER 10 :ACQuire:RTOut:FILename Function Sets or queries the SD-recording file name. :ACQuire:RTOut:FILename <String> Syntax :ACQuire:RTOut:FILename? <String> = Up to 16 characters :ACQUIRE:RTOUT:FILENAME "ABC" Example :ACQUIRE:RTOUT:FILENAME? -> :ACQUIRE:RTOUT:FILENAME "ABC" 4-32 IM DL350-17EN...
  • Page 60: Analysis Group

    Sets or queries the vertical scale when the LR2|LR3|LR4|LR5|LR6|LR7|LR8|POWer} harmonic analysis result display is set to Bar. :ANALysis:HARMonic:GRAPh:DITem? :ANALysis:HARMonic:GRAPh: Syntax :ANALYSIS:HARMONIC:GRAPH:DITEM LR1 SCALe {LINear|LOG} Example :ANALYSIS:HARMONIC:GRAPH:DITEM? :ANALysis:HARMonic:GRAPh:SCALe? -> :ANALYSIS:HARMONIC:GRAPH: Example :ANALYSIS:HARMONIC:GRAPH: DITEM LR1 SCALE LINEAR :ANALYSIS:HARMONIC:GRAPH:SCALE? -> :ANALYSIS:HARMONIC:GRAPH: SCALE LINEAR 4-33 IM DL350-17EN...
  • Page 61 Syntax THDCsa? RMS analysis. Syntax :ANALysis:HARMonic:LRMS<x>:RESult: <x> = 1 to 8 FREQuency? :ANALysis:HARMonic:LRMS<x>:RESult:TH <x> = 1 to 8 DIec? Function Queries the total distortion (IEC) of harmonic RMS analysis. :ANALysis:HARMonic:LRMS<x>:RESult: Syntax THDIec? <x> = 1 to 8 4-34 IM DL350-17EN...
  • Page 62 Queries the total active power of harmonic power :ANALYSIS:HARMONIC:POWER:FSOURCE I1 Example analysis. :ANALYSIS:HARMONIC:POWER:FSOURCE? Syntax :ANALysis:HARMonic:POWer:RESult:P? -> :ANALYSIS:HARMONIC:POWER: :ANALysis:HARMonic:POWer:RESult:PHDF FSOURCE I1 k<x>? Function Queries the active power percentage content of each harmonic of harmonic power analysis. :ANALysis:HARMonic:POWer:RESult: Syntax PHDFk<x>? <x> = 1 to 40 4-35 IM DL350-17EN...
  • Page 63 :ANALysis:HARMonic:POWer:SOURce:U2? Function Queries all source channel settings of harmonic power analysis. First <NRf> = 1 to 4 :ANALysis:HARMonic:POWer:SOURce? Syntax Second <NRf> = 1, 2 (only on a 4-CH module (720254)) :ANALYSIS:HARMONIC:POWER:SOURce:U2 Example :ANALYSIS:HARMONIC:POWER:SOURce:U2? -> :ANALYSIS:HARMONIC:POWER:SOURce: U2 1 4-36 IM DL350-17EN...
  • Page 64 4.3 ANALysis Group :ANALysis:HARMonic:POWer:WIRing Function Sets or queries the wiring system of harmonic power analysis. :ANALysis:HARMonic:POWer: Syntax WIRing {P1W2|P1W3|P3W3} :ANALysis:HARMonic:POWer:WIRing? :ANALYSIS:HARMONIC:POWER:WIRING P1W2 Example :ANALYSIS:HARMONIC:POWER:WIRING? -> :ANALYSIS:HARMONIC:POWER: WIRING P1W2 Index 4-37 IM DL350-17EN...
  • Page 65: Asetup Group

    The commands in this group deal with auto setup. You can perform the same operations that you can by using Preparation > Auto Setup in the top menu. :ASETup:EXECute Function Executes auto setup. :ASETup:EXECute Syntax Description This command cannot be executed while measuring in recorder mode or during SD recording. 4-38 IM DL350-17EN...
  • Page 66: Calibrate Group

    :CALIBRATE:SBOCANCEL:CHANNEL1 ON Example modules is installed. :CALIBRATE:SBOCANCEL:CHANNEL1? 701270 (STRAIN_NDIS), -> :CALIBRATE:SBOCANCEL:CHANNEL1 1 701271 (STRAIN_DSUB), 720211 (HS100M12), Description This command is valid when any of the following 720250 (HS10M12), 720254 (4CH 1M16) modules is installed. 701270 (STRAIN_NDIS), 701271 (STRAIN_DSUB), 720211 (HS100M12), 720250 (HS10M12) 4-39 IM DL350-17EN...
  • Page 67: Channel Group

    <x> = 1 to 4 of an acceleration/voltage module is set to :CHANNEL1:ACCL:COUPLING ACCL Example acceleration. :CHANNEL1:ACCL:COUPLING? :CHANnel<x>:ACCL:SENSitivity {<NRf>} Syntax -> :CHANNEL1:ACCL:COUPLING ACCL :CHANnel<x>:ACCL:SENSitivity? <x> = 1 to 4 <NRf> = 0.1 to 2000 :CHANNEL1:ACCL:SENSITIVITY 1.00 Example :CHANNEL1:ACCL:SENSITIVITY? -> :CHANNEL1:ACCL:SENSITIVITY 1.00 4-40 IM DL350-17EN...
  • Page 68 CAN Bus Monitor Module (720240) or the CAN/CAN FD monitor module (720242) <x> = 1 to 4 CAN & LIN Bus Monitor Module (720241) <x> = 1, 3 <NRf> = 0 to 15 Example :CHANNEL3:CAN:OSOUT:DLC 15 :CHANNEL3:CAN:OSOUT:DLC? -> :CHANNEL3:CAN:OSOUT:DLC 15 4-41 IM DL350-17EN...
  • Page 69: Message Format

    CAN bus signals. -> :CHANNEL3:CAN:OSOUT: :CHANnel<x>:CAN:PORT? Syntax MFORMAT EXTENDED CAN Bus Monitor Module (720240) or the CAN/CAN FD monitor module (720242) <x> = 1 to 4 CAN & LIN Bus Monitor Module (720241) <x> = 1, 3 4-42 IM DL350-17EN...
  • Page 70 CAN bus signal port. Syntax :CHANnel<x>:CAN:PORT: FDSTandard {ISO|NISO} :CHANnel<x>:CAN:PORT:FDSTandard? <x> = 1 to 4 :CHANNEL1:CAN:PORT:FDSTANDARD ISO Example :CHANNEL1:CAN:PORT:FDSTANDARD? -> :CHANNEL1:CAN:PORT:FDSTANDARD ISO Description This command is valid when the CAN/CAN FD monitor module is installed. 4-43 IM DL350-17EN...
  • Page 71 CAN bus signals. :CHANnel<x1>:CAN:SCHannel<x2>? Syntax CAN Bus Monitor Module (720240) or the CAN/CAN FD monitor module (720242) <x1> = 1 to 4 CAN & LIN Bus Monitor Module (720241) <x1> = 1, 3 <x2> = 1 to 60 4-44 IM DL350-17EN...
  • Page 72 CAN & LIN Bus Monitor Module (720241) <x2> = 1 to 60 <x1> = 1, 3 Example :CHANNEL3:CAN:SCHANNEL1:BORDER BIG :CHANNEL3:CAN:SCHANNEL1:BORDER? <x2> = 1 to 60 -> :CHANNEL3:CAN:SCHANNEL1: <NRf> = 1 to 32 :CHANNEL3:CAN:SCHANNEL1:BICOUNT 10 BORDER BIG Example :CHANNEL3:CAN:SCHANNEL1:BICOUNT? -> :CHANNEL3:CAN:SCHANNEL1: BICOUNT 10 4-45 IM DL350-17EN...
  • Page 73 CAN/CAN FD monitor module (720242) <x1> = 1 to 4 CAN & LIN Bus Monitor Module (720241) <x1> = 1, 3 <x2> = 1 to 60 <String> = Up to 16 characters :CHANNEL3:CAN:SCHANNEL1:LABEL "AAAA" Example :CHANNEL3:CAN:SCHANNEL1:LABEL? -> :CHANNEL3:CAN:SCHANNEL1: LABEL "AAAA" 4-46 IM DL350-17EN...
  • Page 74 <NRf> = –10.0000e+30 to 10.0000e+30 <NRf> = –5.00 to 5.00 (in 0.01 div steps) Description This command is valid when the data type :CHANNEL3:CAN:SCHANNEL1:POSITION 1 Example (:CHANnel<x1>:CAN:SCHannel<x2>:VTYPe) is :CHANNEL3:CAN:SCHANNEL1:POSITION? set to UNSigned, SIGNed, or FLOat. -> :CHANNEL3:CAN:SCHANNEL1: POSITION 1.00 4-47 IM DL350-17EN...
  • Page 75 (slot). CAN & LIN Bus Monitor Module (720241) When setting, <x1> = 1, 3 error 113: Undefined header <x2> = 1 to 60 When querying, :CHANNEL3:CAN:SCHANNEL1:VTYPE SIGNED Example error 420: Query UNTERMINATED :CHANNEL3:CAN:SCHANNEL1:VTYPE? -> :CHANNEL3:CAN:SCHANNEL1: VTYPE SIGNED 4-48 IM DL350-17EN...
  • Page 76 :CHANnel<x>:FREQ:INPut: frequency module. Syntax :CHANnel<x>:FREQ:INPut:COUPling {AC| PULLup {<Boolean>} Syntax :CHANnel<x>:FREQ:INPut:PULLup? :CHANnel<x>:FREQ:INPut:COUPling? <x> = 1 to 4 :CHANNEL1:FREQ:INPUT:PULLUP ON <x> = 1 to 4 Example Example :CHANNEL1:FREQ:INPUT:COUPLING DC :CHANNEL1:FREQ:INPUT:PULLUP? :CHANNEL1:FREQ:INPUT:COUPLING? -> :CHANNEL1:FREQ:INPUT:PULLUP 1 -> :CHANNEL1:FREQ:INPUT:COUPLING DC 4-49 IM DL350-17EN...
  • Page 77 -> :CHANNEL1:FREQ:LSCALE: Example :CHANNEL1:FREQ:INPUT:VRANGE? BVALUE -25.0000E+00 -> :CHANNEL1:FREQ:INPUT:VRANGE 10 :CHANnel<x>:FREQ:LSCale:GETMeasure Function Executes the measurement of the linear scaling P1:X or P2:X value of a frequency module. :CHANnel<x>:FREQ:LSCale: Syntax GETMeasure {P1X|P2X} <x> = 1 to 4 :CHANnel1:FREQ:LSCale:GETMeasure P1X Example 4-50 IM DL350-17EN...
  • Page 78 <NRf>, <Frequency>, <Time> = The selectable :CHANNEL1:FREQ:LSCALE:MODE AXB Example range varies depending on the range setting. :CHANNEL1:FREQ:LSCALE:MODE? See the DL350 Features Guide for this -> :CHANNEL1:FREQ:LSCALE:MODE AXB information. :CHANNEL1:FREQ:OFFSET 1 Description When linear scaling is in use, the boundary Example...
  • Page 79 Function Queries all the smoothing settings of a frequency 1.00000E+00 module. Syntax :CHANnel<x>:FREQ:SETup:FILTer: :CHANnel<x>:FREQ:SETup:FILTer? SMOothing? Function Queries all the filter settings of a frequency <x> = 1 to 4 module. :CHANnel<x>:FREQ:SETup:FILTer? Syntax <x> = 1 to 4 4-52 IM DL350-17EN...
  • Page 80 -> :CHANNEL1:FREQ:SETUP:LRESET 1 :CHANnel<x>:FREQ:SETup:MPULse Function Sets or queries the positive/negative setting when measuring pulse width on a frequency module. :CHANnel<x>:FREQ:SETup: Syntax MPULse {POSitive|NEGative} :CHANnel<x>:FREQ:SETup:MPULse? <x> = 1 to 4 Example :CHANNEL1:FREQ:SETUP:MPULSE POSITIVE :CHANNEL1:FREQ:SETUP:MPULSE? -> :CHANNEL1:FREQ:SETUP: MPULSE POSITIVE 4-53 IM DL350-17EN...
  • Page 81 TIMEOUT 10.001 :CHANNEL1:FREQ:VARIABLE? -> :CHANNEL1:FREQ:VARIABLE 0 :CHANnel<x>:FREQ:SETup:TUNit Function Sets or queries the time unit (when measuring velocity) of a frequency module. :CHANnel<x>:FREQ:SETup:TUNit {HOUR| Syntax MIN|SEC} :CHANnel<x>:FREQ:SETup:TUNit? <x> = 1 to 4 :CHANNEL1:FREQ:SETUP:TUNIT MIN Example :CHANNEL1:FREQ:SETUP:TUNIT? -> :CHANNEL1:FREQ:SETUP:TUNIT MIN 4-54 IM DL350-17EN...
  • Page 82 :CHANnel<x>:LIN? Syntax Syntax <Frequency>|<Time>} <x> = 2, 4 :CHANnel<x>:FREQ:VDIV? :CHANnel<x1>:LIN:FRAMe<x2>? <x> = 1 to 4 {<NRf>|<Frequency>|<Time>} = See the DL350 Function Queries all LIN bus signal frame settings. :CHANnel<x1>:LIN:FRAMe<x2>? Features Guide for this information. Syntax :CHANNEL1:FREQ:VDIV 20 Example <x1> = 2, 4 :CHANNEL1:FREQ:VDIV? <x2>...
  • Page 83 When ValueType is Unsigned or Signed <NRf> = 2 to 32 <x1> = 2, 4 :CHANNEL4:LIN:SCHANNEL1:BITCOUNT 16 Example <x2> = 1 to 60 :CHANNEL4:LIN:SCHANNEL1:BITCOUNT? :CHANNEL4:LIN:SCHANNEL1: Example -> :CHANNEL4:LIN:SCHANNEL1: BORDER LITTLE BITCOUNT 16 :CHANNEL4:LIN:SCHANNEL1:BORDER? -> :CHANNEL4:LIN:SCHANNEL1: BORDER LITTLE 4-56 IM DL350-17EN...
  • Page 84 <x2> = 1 to 60 Example :CHANNEL4:LIN:SCHANNEL1:INPUT ON <x1> = 2, 4 :CHANNEL4:LIN:SCHANNEL1:INPUT? <x2> = 1 to 60 -> :CHANNEL4:LIN:SCHANNEL1:INPUT ON <NRf> = –5.00 to 5.00 (in 0.01 div steps) :CHANNEL4:LIN:SCHANNEL1:POSITION 1.0 Example :CHANNEL4:LIN:SCHANNEL1:POSITION? -> :CHANNEL4:LIN:SCHANNEL1: POSITION 1.00 4-57 IM DL350-17EN...
  • Page 85 <x1> = 2, 4 <x2> = 1 to 60 <String> = Up to 16 characters :CHANNEL4:LIN:SCHANNEL1:UNIT “UNIT” Example :CHANNEL4:LIN:SCHANNEL1:UNIT? -> :CHANNEL4:LIN:SCHANNEL1: UNIT “UNIT” Description This command is valid when the data type (:CHANnel<x1>:LIN:SCHannel<x2>:VTYPe) is set to UNSigned or SIGNed. 4-58 IM DL350-17EN...
  • Page 86 Sets or queries the label of each bit for the specified logic channel. :CHANnel<x>:LOGic:{BIT1|...|BIT8}: Syntax LABel <String> :CHANnel<x>:LOGic:{BIT1|...|BIT8}: LABel? <String> = Up to 16 characters <x> = 1 to 6 :CHANNEL1:LOGIC:BIT8:LABEL “ABC” Example :CHANNEL1:LOGIC:BIT8:LABEL? -> :CHANNEL1:LOGIC:BIT8:LABEL “ABC” 4-59 IM DL350-17EN...
  • Page 87 (Data Nibbles) Function Sets or queries the number of data nibbles of a SENT signal. Syntax :CHANnel<x>:SENT:FORMat: DNIBbles {<NRf>} :CHANnel<x>:SENT:FORMat:DNIBbles? <x> = 1 to 4 <NRf> = 1 to 8 Example :CHANNEL1:SENT:FORMat:DNIBBLES 6 :CHANNEL1:SENT:FORMat:DNIBBLES? -> :CHANNEL1:SENT:FORMat:DNIBBLES 6 4-60 IM DL350-17EN...
  • Page 88 :CHANnel<x>:SENT:ERRor:COUNt? :CHANnel<x>:SENT:ERRor:COUNt: PNUMber? Function Queries all error count channel settings of a SENT monitor module. <x> = 1 to 4 :CHANnel<x>:SENT:ERRor:COUNt? :CHANNEL1:SENT:ERROR:TRIGGER: Syntax Example PNUMBER ON <x> = 1 to 4 :CHANNEL1:SENT:ERROR:TRIGGER: PNUMBER? -> :CHANNEL1:SENT:ERROR:TRIGGER: PNUMBER ON 4-61 IM DL350-17EN...
  • Page 89 SRESET ON :CHANnel<x>:SENT:ERRor:TRIGger: NVALue? :CHANnel<x>:SENT:ERRor:DETect? <x> = 1 to 4 Function Queries all error detection settings of a SENT Example :CHANNEL1:SENT:ERROR:TRIGGER: NVALUE ON monitor module. :CHANnel<x>:SENT:ERRor:DETect? :CHANNEL1:SENT:ERROR:TRIGGER:NVALUE? Syntax -> :CHANNEL1:SENT:ERROR:TRIGGER: <x> = 1 to 4 NVALUE ON 4-62 IM DL350-17EN...
  • Page 90 Description This command can be used on a sub channel :CHANnel<x>:SENT:ERRor:TRIGger: Syntax whose data type is set to FastCH or SlowCH. SCRC {<Boolean>} :CHANnel<x>:SENT:ERRor:TRIGger:SCRC? <x> = 1 to 4 :CHANNEL1:SENT:ERROR:TRIGGER:SCRC ON Example :CHANNEL1:SENT:ERROR:TRIGGER:SCRC? -> :CHANNEL1:SENT:ERROR:TRIGGER: SCRC ON 4-63 IM DL350-17EN...
  • Page 91 • For an error trigger sub channel, the setup Sub channels 5, 6, 7, 8, 9: menu displayed on the instrument’s panel does SLCHannel, FACHannel not contain a menu command that corresponds Sub channel 10: ERTRigger to this command. Sub channel 11: ERCount 4-64 IM DL350-17EN...
  • Page 92 0 to 15 Slow CH (Enhanced ID 8bit+Data 12bit): 0 to 11 :CHANNEL1:SENT:SCHANNEL1:SBIT 0 Example :CHANNEL1:SENT:SCHANNEL1:SBIT? -> :CHANNEL1:SENT:SCHANNEL1:SBIT 0 Description This command can be used on a sub channel whose data type is set to FastCH or SlowCH. 4-65 IM DL350-17EN...
  • Page 93 <x2> = 1 to 3, 5 to 9 <String> = Up to 16 characters :CHANNEL1:SENT:SCHANNEL1:UNIT “Pa” Example :CHANNEL1:SENT:SCHANNEL1:UNIT? -> :CHANNEL1:SENT:SCHANNEL1:UNIT “Pa” Description This command can be used on a sub channel whose data type is set to FastCH or SlowCH. 4-66 IM DL350-17EN...
  • Page 94 <Frequency>} 1E−30 to 9.9999E+30 :CHANnel<x>:STRain:BWIDth? :CHANNEL1:STRAIN:LSCALE: Example AVALUE 25.0000E+00 <x> = 1 to 4 :CHANNEL1:STRAIN:LSCALE:AVALUE? <Frequency> = 10Hz, 100Hz, 1kHz Example :CHANNEL1:STRAIN:BWIDTH 10.00E+00 -> :CHANNEL1:STRAIN:LSCALE: :CHANNEL1:STRAIN:BWIDTH? AVALUE 25.0000E+00 -> :CHANNEL1:STRAIN:BWIDTH 10.00E+00 Description The coefficient cannot be set to 0. 4-67 IM DL350-17EN...
  • Page 95 Sets or queries the linear scaling mode of a strain module. :CHANnel<x>:STRain:LSCale:MODE {AXB| Syntax OFF|P12|SHUNt} :CHANnel<x>:STRain:LSCale:MODE? SHUNt can only be specified when the installed module is a 701271. <x> = 1 to 4 :CHANNEL11:STRAIN:LSCALE:MODE OFF Example :CHANNEL11:STRAIN:LSCALE:MODE? -> :CHANNEL11:STRAIN:LSCALE:MODE OFF 4-68 IM DL350-17EN...
  • Page 96 :CHANnel<x>:STRain:RANGe {<NRf>} Syntax :CHANnel<x>:STRain:RANGe? <x> = 1 to 4 <NRf> = 0.25, 0.5, 1, 2.5, 5, 10 (when the unit is mV or V), 500, 1000, 2000, 5000, 10000, 20000 (when the unit is μSTR) :CHANNEL11:STRAIN:RANGE 20000 Example :CHANNEL11:STRAIN:RANGE? -> :CHANNEL11:STRAIN:RANGE 20000 4-69 IM DL350-17EN...
  • Page 97 :CHANNEL1:TEMPERATURE:SCALE? Syntax For the 701265 or 720266 :CHANnel<x>:TEMPerature: -> :CHANNEL1:TEMPERATURE: COUPling {DC|TC|GND} SCALE 1300.0,-200.0 For the 701261 or 701262 :CHANnel<x>:TEMPerature: COUPling {AC|DC|TC|GND} <x> = 1 to 4 :CHANnel<x>:TEMPerature:COUPling? :CHANNEL1:TEMPERATURE:COUPLING TC Example :CHANNEL1:TEMPERATURE:COUPLING? -> :CHANNEL1:TEMPERATURE:COUPLING TC 4-70 IM DL350-17EN...
  • Page 98 COUPLING? -> :CHANNEL1:TEMPERATURE:SCHANNEL1: -> :CHANNEL1:TEMPERATURE:SCHANNEL1: RJC 1 COUPLING TC Description This command is valid when the input coupling is set to TC. If the input coupling is not set to TC, Error 113, “Undefined header,” will occur. 4-71 IM DL350-17EN...
  • Page 99 :CHANNEL1:TEMPERATURE:UNIT C Example TYPE K :CHANNEL1:TEMPERATURE:UNIT? -> :CHANNEL1:TEMPERATURE:UNIT C Description This command is valid when the input coupling is set to TC. If the input coupling is not set to TC, Error 113, “Undefined header,” will occur. 4-72 IM DL350-17EN...
  • Page 100 Sets or queries the on/off status of DC offset 6.4 kHz, 12.8 kHz, 40 kHz canceling of voltage measurement modules. :CHANnel<x>[:VOLTage]:DOCancel: Syntax MODE {<Boolean>} :CHANnel<x>[:VOLTage]:DOCancel:MODE? <x> = 1 to 4 Example :CHANNEL1:VOLTAGE:DOCANCEL:MODE 1 :CHANNEL1:VOLTAGE:DOCANCEL:MODE? -> :CHANNEL1:VOLTAGE:DOCANCEL:MODE 1 4-73 IM DL350-17EN...
  • Page 101 <x> = 1 to 4 :CHANNEL1:VOLTAGE:LSCALE: measure analog voltage. Example :CHANnel<x>[:VOLTage]:LSCale: DISPLAYTYPE:MODE EXPONENT Syntax BVALue {<NRf>} :CHANNEL1:VOLTAGE:LSCALE: :CHANnel<x>[:VOLTage]:LSCale:BVALue? DISPLAYTYPE:MODE? -> :CHANNEL1:VOLTAGE:LSCALE: <x> = 1 to 4 DISPLAYTYPE:MODE EXPONENT <NRf> = − 9.9999E+30 to −1E−30, 0, 1E−30 to 9.9999E+30 :CHANNEL1:VOLTAGE:LSCALE: Example BVALUE -25.0000E+00 :CHANNEL1:VOLTAGE:LSCALE:BVALUE? -> :CHANNEL1:VOLTAGE:LSCALE: BVALUE 25.0000E+00 4-74 IM DL350-17EN...
  • Page 102 <x> = 1 to 4 <NRf> of P1X, P2X = − 9.9999E+30 to −1E−30, 0, <Voltage>, <Current>, and <NRf> = 1E−30 to 9.9999E+30 The selectable range varies depending on the <NRf> of P1Y, P2Y = − 9.9999E+30 to −1E−30, 0, range setting. 1E−30 to 9.9999E+30 Example :CHANNEL1:VOLTAGE:SCALE 250,-250 :CHANNEL1:VOLTAGE:LSCALE:P1X 1 :CHANNEL1:VOLTAGE:SCALE? Example :CHANNEL1:VOLTAGE:LSCALE:P1X? -> :CHANNEL1:VOLTAGE:SCALE -> :CHANNEL1:VOLTAGE:LSCALE:P1X 1 250.000E+00,-250.000E+00 4-75 IM DL350-17EN...
  • Page 103 Sets or queries whether the 4-CH module is <x2> = 1 to 16 displayed. 16-CH Temperature/Voltage Input Module :CHANnel<x1>[:VOLTage]:SCHannel<x2>: Syntax (720221) DISPlay {<Boolean>} <x1> = 1, 3 :CHANnel<x1>[:VOLTage]:SCHannel<x2>: <x2> = 1 to 16 DISPlay? <x1> = 1 to 4 <x2> = 1, 2 4-76 IM DL350-17EN...
  • Page 104 <x1> = 1, 3 <x2> = 1 to 16 16-CH Temperature/Voltage Input Module (720221) <x1> = 1, 3 <x2> = 1 to 16 <NRf> = − 9.9999E+30 to −1E−30, 0, 1E−30 to 9.9999E+30 Example :CHANNEL1:VOLTAGE:SCHANNEL1:LSCALE: BVALUE -25 :CHANNEL1:VOLTAGE:SCHANNEL1:LSCALE: BVALUE? -> :CHANNEL1:VOLTAGE:SCHANNEL1: LSCALE:BVALUE -25.0000E+00 4-77 IM DL350-17EN...
  • Page 105 16-CH Voltage Input Module (720220) <x1> = 1, 3 <x2> = 1 to 16 16-CH Temperature/Voltage Input Module (720221) <x1> = 1, 3 <x2> = 1 to 16 :CHANNEL1:VOLTAGE:SCHANNEL1:LSCALE: Example DISPLAYTYPE:SUBUNIT AUTO :CHANNEL1:VOLTAGE:SCHANNEL1:LSCALE: DISPLAYTYPE:SUBUNIT? -> :CHANNEL1:VOLTAGE:SCHANNEL1: LSCALE:DISPLAYTYPE:SUBUNIT AUTO 4-78 IM DL350-17EN...
  • Page 106 LSCALE:MODE OFF <x1> = 1, 3 <x2> = 1 to 16 16-CH Temperature/Voltage Input Module (720221) <x1> = 1, 3 <x2> = 1 to 16 <String> = Up to 4 characters CHANNEL1:VOLTAGE:LSCALE:UNIT “UU” Example CHANNEL1:VOLTAGE:LSCALE:UNIT? -> CHANNEL1:VOLTAGE:LSCALE:UNIT “UU” 4-79 IM DL350-17EN...
  • Page 107 <x1> = 1 to 4 <x2> = 1, 2 16-CH Voltage Input Module (720220) <x1> = 1, 3 <x2> = 1 to 16 16-CH Temperature/Voltage Input Module (720221) <x1> = 1, 3 <x2> = 1 to 16 4-80 IM DL350-17EN...
  • Page 108 <NRf> = 0.1, 0.111, 0.125, 0.143, 0.167, 0.2, 0.25, 0.33, 0.4, 0.5, 0.556, 0.625, 0.667, 0.714, 0.8, 0.833, 1, 1.11, 1.25, 1.33, 1.43, 1.67, 2, 2.22, 2.5, 3.33, 4, 5, 6.67, 8, 10, 12.5, 16.7, 20, 25, 40, 50, 100 4-81 IM DL350-17EN...
  • Page 109 0.25, 0.33, 0.4, 0.5, 0.556, 0.625, 0.667, 0.714, 0.8, 0.833, 1, 1.11, 1.25, 1.33, 1.43, 1.67, 2, 2.22, 2.5, 3.33, 4, 5, 6.67, 8, 10, 12.5, 16.7, 20, 25, 40, 50, 100 :CHANNEL1:VOLTAGE:ZOOM 1 Example :CHANNEL1:VOLTAGE:ZOOM? -> :CHANNEL1:VOLTAGE:ZOOM 1 4-82 IM DL350-17EN...
  • Page 110: Clear Group

    The command in this group deals with executing the clear trace operation. You can perform the same operations that you can by using Display > Clear Trace in the top menu. :CLEar Function Clears traces. :CLEar Syntax Index 4-83 IM DL350-17EN...
  • Page 111: Communicate Group

    :COMMunicate:WAIT <Register> the query only indicates 1 for bits 5 and 6. Syntax <Register> = 0 to 65535 (extended event :COMMunicate:OPSR? register) :COMMUNICATE:WAIT 65535 Function Queries the operation pending status register. Example Syntax :COMMunicate:OPSR? :COMMunicate:OPSR? -> 0 Example 4-84 IM DL350-17EN...
  • Page 112 15 14 13 12 11 10 9 8 7 6 5 4 0 0 0 0 0 0 0 0 0 ACS When bit 5 (PRN) = 1: Printer operation not complete When bit 6 (ACS) = 1: Media access not complete Index 4-85 IM DL350-17EN...
  • Page 113: Cursor Group

    Syntax <x> = 1 to 4 STATe {<Boolean>} <y> = 1 to 4 :CURSor:FFT:MARKer:M<x>:DF<y>:STATe? :CURSOR:FFT:MARKER:M1:DY2:VALUE? Example <x> = 1 to 4 -> :CURSOR:FFT:MARKER:M1:DY2: VALUE 3.9750000E+00 <y> = 1 to 4 :CURSOR:FFT:MARKER:M1:DF2:STATE ON Example :CURSOR:FFT:MARKER:M1:DF2:STATE? -> :CURSOR:FFT:MARKER:M1:DF2:STATE 1 4-86 IM DL350-17EN...
  • Page 114 :CURSor:FFT:MARKer:M<x>:TRACe {OFF| :CURSor:FFT:PEAK<x>:F: Syntax Syntax FFT1|FFT2} STATe {<Boolean>} :CURSor:FFT:MARKer:M<x>:TRACe? :CURSor:FFT:PEAK<x>:F:STATe? <x> = 1 to 4 <x> = 1, 2 (cursors 1 and 2) :CURSOR:FFT:MARKER:M1:TRACE FFT1 :CURSOR:FFT:PEAK1:F:STATE ON Example Example :CURSOR:FFT:MARKER:M1:TRACE? :CURSOR:FFT:PEAK1:F:STATE? -> :CURSOR:FFT:MARKER:M1:TRACE FFT1 -> :CURSOR:FFT:PEAK1:F:STATE 1 4-87 IM DL350-17EN...
  • Page 115 VALUE 30.933333E+00 :CURSor:TY:DEGRee:DD: Syntax STATe {<Boolean>} :CURSor:FFT:TYPE :CURSor:TY:DEGRee:DD:STATe? Function Sets or queries the FFT cursor type. :CURSOR:TY:DEGREE:DD:STATE ON Example :CURSor:FFT:TYPE {OFF|PEAK|MARKer} Syntax :CURSOR:TY:DEGREE:DD:STATE? :CURSor:FFT:TYPE? -> :CURSOR:TY:DEGREE:DD:STATE 1 :CURSOR:FFT:TYPE PEAK Example :CURSOR:FFT:TYPE? -> :CURSOR:FFT:TYPE PEAK 4-88 IM DL350-17EN...
  • Page 116 :CURSor:TY:DEGRee:Y<x>? T-Y waveform. Syntax :CURSor:TY:DEGRee: Syntax <x> = 1, 2 POSition<x> {<NRf>} :CURSor:TY:DEGRee:POSition<x>? <x> = 1, 2 <NRf> = –5 to 5 (the resolution depends on the measurement length) :CURSOR:TY:DEGREE:POSITION1 1 Example :CURSOR:TY:DEGREE:POSITION1? -> :CURSOR:TY:DEGREE: POSITION1 1.000000000000 4-89 IM DL350-17EN...
  • Page 117 Queries the Y-axis value of a horizontal cursor on :CURSOR:TY:HORIZONTAL:DY:STATE? the T-Y waveform. -> :CURSOR:TY:HORIZONTAL:DY:STATE 1 :CURSor:TY:HORizontal:Y<x>:VALue? Syntax <x> = 1, 2 :CURSor[:TY]:HORizontal:DY:VALue? :CURSOR:TY:HORIZONTAL:Y1:VALUE? Example Function Queries the ΔY-axis value of a horizontal cursor -> :CURSOR:TY:HORIZONTAL:Y1: on the T-Y waveform. VALUE 150.00000E+00 Syntax :CURSor:TY:HORizontal:DY:VALue? :CURSOR:TY:HORIZONTAL:DY:VALUE? Example -> :CURSOR:TY:HORIZONTAL:DY: VALUE 300.00000E+00 4-90 IM DL350-17EN...
  • Page 118 Queries the ΔY value between the specified Syntax :CURSor:TY:MARKer:M<x>:DX<y>? marker cursors on the T-Y waveform. <x> = 1 to 4 :CURSor:TY:MARKer:M<x>:DY<y>:VALue? Syntax <y> = 1 to 4 <x> = 1 to 4 <y> = 1 to 4 Example :CURSOR:TY:MARKER:M1:DY2:VALUE? -> :CURSOR:TY:MARKER:M1:DY2: VALUE 0.0000000E+00 4-91 IM DL350-17EN...
  • Page 119 Function Queries the X-axis value of a marker cursor on Syntax :CURSor:TY:VERTical:DX: the T-Y waveform. STATe {<Boolean>} :CURSor:TY:MARKer:M<x>:X:VALue? Syntax :CURSor:TY:VERTical:DX:STATe? <x> = 1 to 4 :CURSOR:TY:VERTICAL:DX:STATE 1 Example :CURSOR:TY:MARKER:M4:X:VALUE? Example :CURSOR:TY:VERTICAL:DX:STATE? -> :CURSOR:TY:MARKER:M4:X: -> :CURSOR:TY:VERTICAL:DX:STATE 1 VALUE 3.0000000E−03 4-92 IM DL350-17EN...
  • Page 120 :CURSor:TY:VERTical:X<x>: the vertical cursors on the T-Y waveform is Syntax STATe {<Boolean>} displayed. :CURSor:TY:VERTical:PERDt: :CURSor:TY:VERTical:X<x>:STATe? Syntax STATe {<Boolean>} <x> = 1, 2 :CURSor:TY:VERTical:PERDt:STATe? Example :CURSOR:TY:VERTICAL:X1:STATE 1 Example :CURSOR:TY:VERTICAL:PERDT:STATE ON :CURSOR:TY:VERTICAL:X1:STATE? :CURSOR:TY:VERTICAL:PERDT:STATE? -> :CURSOR:TY:VERTICAL:X1:STATE 1 -> :CURSOR:TY:VERTICAL:PERDT:STATE 1 4-93 IM DL350-17EN...
  • Page 121 • For modules that have sub channels, the on the X-Y waveform. :CURSor:XY:HORizontal:DY:VALue? measured values of all sub channels will be Syntax :CURSOR:XY:HORIZONTAL:DY:VALUE? returned. “NAN” will be returned for any sub Example -> :CURSOR:XY:HORIZONTAL:DY: channels whose input is turned off. VALUE 300.00000E+00 4-94 IM DL350-17EN...
  • Page 122 :CURSOR:XY:MARKER:FORM LINE Example Example :CURSOR:XY:HORIZONTAL:Y1:STATE? :CURSOR:XY:MARKER:FORM? -> :CURSOR:XY:HORIZONTAL:Y1:STATE 1 -> :CURSOR:XY:MARKER:FORM LINE :CURSor:XY:HORizontal:Y<x>:VALue? Function Queries the Y-axis value of a horizontal cursor on the X-Y waveform. :CURSor:XY:HORizontal:Y<x>:VALue? Syntax <x> = 1, 2 :CURSOR:XY:HORIZONTAL:Y1:VALUE? Example -> :CURSOR:XY:HORIZONTAL:Y1: VALUE 150.00000E+00 4-95 IM DL350-17EN...
  • Page 123 POSITION −3.000000000000 :CURSor:XY:MARKer:M<x>:X:STATe Function Sets or queries whether the X-axis value for a marker cursor on the X-Y waveform is displayed. :CURSor:XY:MARKer:M<x>:X: Syntax STATe {<Boolean>} :CURSor:XY:MARKer:M<x>:X:STATe? <x> = 1 to 4 :CURSOR:XY:MARKER:M1:X:STATE 1 Example :CURSOR:XY:MARKER:M1:X:STATE? -> :CURSOR:XY:MARKER:M1:X:STATE 1 4-96 IM DL350-17EN...
  • Page 124 :CURSor:XY:VERTical:TRACe Function Sets or queries the source waveform that you want to measure using the vertical cursors on the X-Y waveform. :CURSor:XY:VERTical:TRACe {XY1|XY2} Syntax :CURSor:XY:VERTical:TRACe? Example :CURSOR:XY:VERTICAL:TRACE XY2 :CURSOR:XY:VERTICAL:TRACE? -> :CURSOR:XY:VERTICAL:TRACE XY2 4-97 IM DL350-17EN...
  • Page 125 :CURSor:XY:VERTical:X<x>:STATe? <x> = 1, 2 :CURSOR:XY:VERTICAL:X1:STATE ON Example :CURSOR:XY:VERTICAL:X1:STATE? -> :CURSOR:XY:VERTICAL:X1:STATE 1 :CURSor:XY:VERTical:X<x>:VALue? Function Queries the X-axis value between the vertical cursors on the X-Y waveform. :CURSor:XY:VERTical:X<x>:VALue? Syntax <x> = 1, 2 :CURSOR:XY:VERTICAL:X1:VALUE? Example -> :CURSOR:XY:VERTICAL:X1: VALUE −150.00000E+00 4-98 IM DL350-17EN...
  • Page 126: Display Group

    Example :DISPLAY:CINFORMATION:TYPE MONITOR Function Sets or queries the number of dots that are used :DISPLAY:CINFORMATION:TYPE? on the dot display. -> :DISPLAY:CINFORMATION:TYPE :DISPlay:DECimation {<NRf>} Syntax MONITOR :DISPlay:DECimation? <NRf> = 2000, 100000 Example :DISPLAY:DECIMATION 2000 :DISPLAY:DECIMATION? -> :DISPLAY:DECIMATION 2000 4-99 IM DL350-17EN...
  • Page 127 :DISPLAY:INTENSITY:CURSOR? Function Queries all source waveform settings for a display group. -> :DISPLAY:INTENSITY:CURSOR 8 :DISPlay:GROup<x1>:TRACe<x2>? Syntax :DISPlay:INTerpolate Function Sets or queries the waveform interpolation method. Syntax :DISPlay:INTerpolate {LINE|OFF| PULSe|SINE} :DISPlay:INTerpolate? :DISPLAY:INTERPOLATE LINE Example :DISPLAY:INTERPOLATE? -> :DISPLAY:INTERPOLATE LINE 4-100 IM DL350-17EN...
  • Page 128 :DISPlay:SVALue {<Boolean>} Syntax :DISPlay:SVALue? :DISPLAY:SVALUE ON Example :DISPLAY:SVALUE? -> :DISPLAY:SVALUE 1 :DISPlay:TLABel (Trace LABEL) Function Sets or queries the on/off status of the waveform labels. :DISPlay:TLABel {<Boolean>} Syntax :DISPlay:TLABel? Example :DISPLAY:TLABEL ON :DISPLAY:TLABEL? -> :DISPLAY:TLABEL 1 4-101 IM DL350-17EN...
  • Page 129: Event Group

    Queries all event waveform settings. :EVENt? Syntax :EVENt:MEVent:EXECute Function Manually inserts an event. :EVENt:MEVent:EXECute Syntax :EVENt:MEVent:MODE (Manual Event) Function Sets or queries whether the event waveform’s manual events are displayed. :EVENt:MEVent:MODE {<Boolean>} Syntax :EVENt:MEVent:MODE? :EVENT:MEVENT:MODE ON Example :EVENT:MEVENT:MODE? -> :EVENT:MEVENT:MODE ON 4-102 IM DL350-17EN...
  • Page 130: Fft Group

    :FFT:AVERAGE:TYPE FREQUENCY FFT:WAVeform<x>:HORizontal? Example Syntax :FFT:AVERAGE:TYPE? <x> = 1, 2 -> :FFT:AVERAGE:TYPE FREQUENCY :FFT:WAVeform<x>:HORizontal:CSPan? Function Queries all settings related to the center point and span of the horizontal axis in FFT analysis. :FFT:WAVeform<x>:HORizontal:CSPan? Syntax <x> = 1, 2 4-103 IM DL350-17EN...
  • Page 131 <x1> = 1, 2 <x2> = 1 First <NRf> = 1 to 4 Second <NRf> = 1 to 60 (sub channel) :FFT:WAVEFORM1:SOURCE 1 Example :FFT:WAVEFORM1:SOURCE? -> :FFT:WAVEFORM1:SOURCE 1 Description This command returns “Math1” if no modules are installed. 4-104 IM DL350-17EN...
  • Page 132 Description The setting is the same for FFT1 Window and window when the vertical scale is set to Manual. FFT2 Window. :FFT:WAVeform<x>:VSCale: Syntax CENTer {<NRf>} :FFT:WAVeform<x>:VSCale:CENTer? <x> = 1, 2 <NRf> = –1E+30 to 1E+30 Example :FFT:WAVEFORM1:VSCALE:CENTER −40 :FFT:WAVEFORM1:VSCALE:CENTER? -> :FFT:WAVEFORM1:VSCALE: CENTER −40.0000E+00 4-105 IM DL350-17EN...
  • Page 133: File Group

    The file name that you saved with Function Queries the free space on the medium that is the FILE:SAVE:NAME command being operated on in bytes. Example :FILE:SAVE:ANAMING DATE :FILE[:DIRectory]:FREE? Syntax :FILE:SAVE:ANAMING? :FILE:DIRECTORY:FREE? Example -> :FILE:SAVE:ANAMING DATE -> :FILE:DIRECTORY:FREE 3.7567939E+09 4-106 IM DL350-17EN...
  • Page 134 :FILE:SAVE:{ASCii|BINary}: Syntax OFF: The channels whose waveforms are HISTORY {ONE|ALL} displayed and whose waveforms are set to :FILE:SAVE:{ASCii|BINary}:HISTORY? be saved will be saved. :FILE:SAVE:BINARY:HISTORY ALL :FILE:SAVE:BINARY:TALL ON Example Example :FILE:SAVE:BINARY:HISTORY? :FILE:SAVE:BINARY:TALL? -> :FILE:SAVE:BINARY:HISTORY ALL -> :FILE:SAVE:BINARY:TALL 1 4-107 IM DL350-17EN...
  • Page 135 Description • Characters that cannot be used “/”, ”¥”, ”?”, ”*”, ”:”, ”|”, ”””, ”<”, ”>” • You can only use the characters and symbols on the keyboard that appears on the instrument’s screen. Ω is “1EH” and “μ” is “1FH” expressed in ASCII code. 4-108 IM DL350-17EN...
  • Page 136: Gonogo Group (Scope Mode Only)

    If the selectable range of the time axis is “<NRf> = –5 to 5div,” the selectable range varies depending on settings such as the record length. For details, see “Notes about Cursor Measurement” in chapter 9 of IM DL350-01EN. :GONogo?
  • Page 137 MATLAB format when <String> = Up to 16 characters the execution condition is met. Example :GONOGO:ACTION:SAVE: Syntax :GONogo:ACTion:SAVE:MATLab: CDIRECTORY "CASE1" MODE {<Boolean>} :GONOGO:ACTION:SAVE:CDIRECTORY? :GONogo:ACTion:SAVE:MATLab:MODE? -> :GONOGO:ACTION:SAVE: :GONOGO:ACTION:SAVE:MATLAB:MODE ON Example CDIRECTORY "CASE1" :GONOGO:ACTION:SAVE:MATLAB:MODE? -> :GONOGO:ACTION:SAVE:MATLAB:MODE 1 4-110 IM DL350-17EN...
  • Page 138 NO-GO judgment. -> :GONOGO:PARAMETER:ITEM1:TRACE 1 :GONogo:PARameter:ITEM<x>:CAUSe? Syntax <x> = 1 to 8 :GONOGO:PARAMETER:ITEM1:CAUSE? Example -> :GONOGO:PARAMETER:ITEM1:CAUSE 1 Description When the parameter is the cause of a NO-GO result, the instrument returns 1. Otherwise, the instrument returns 0. 4-111 IM DL350-17EN...
  • Page 139 Sets or queries the specified determination Syntax :GONogo:SEQuence {CONTinue|SINGle} pattern’s reference condition for waveform zone :GONogo:SEQuence? determination. :GONOGO:SEQUENCE CONTINUE Example :GONogo:ZONE:PATTern<x>:MODE {IN| Syntax :GONOGO:SEQUENCE? OUT|OFF} -> :GONOGO:SEQUENCE CONTINUE :GONogo:ZONE:PATTern<x>:MODE? <x> = 1 to 8 :GONOGO:ZONE:PATTERN1:MODE IN Example :GONOGO:ZONE:PATTERN1:MODE? -> :GONOGO:ZONE:PATTERN1:MODE IN 4-112 IM DL350-17EN...
  • Page 140 Sets or queries the specified determination pattern’s source waveform zone data for waveform zone determination. :GONogo:ZONE:PATTern<x>:ZONE {<NRf>} Syntax :GONogo:ZONE:PATTern<x>:ZONE? <x> = 1 to 8 Index <NRf> = 0 to 5 Example :GONOGO:ZONE:PATTERN1:ZONE 1 :GONOGO:ZONE:PATTERN1:ZONE? -> :GONOGO:ZONE:PATTERN1:ZONE 1 4-113 IM DL350-17EN...
  • Page 141: Gps Group

    :GPS:DIRection:POSition? :GPS:ALTitude:RANGe <NRf> = –5.00 to 5.00 Function Sets or queries the range of the GPS altitude :GPS:DIRECTION:POSITION 1.0 Example data channel. :GPS:DIRECTION:POSITION? :GPS:ALTitude:RANGe {0.1|1} Syntax -> :GPS:DIRECTION:POSITION 1.0 :GPS:ALTitude:RANGe? :GPS:ALTITUDE:RANGE 0.1 Example :GPS:ALTITUDE:RANGE? -> :GPS:ALTITUDE:RANGE 0.1 4-114 IM DL350-17EN...
  • Page 142 Description When the mode is set to ON, CH6 changes from Function Sets or queries the scale of the GPS latitude data Logic to GPS. channel. Syntax :GPS:LATitude:SCALe {<NRf>,<NRf>} :GPS:LATitude:SCALe? <NRf> = –90 to 90 :GPS:LATITUDE:SCALE 35.0,45.0 Example :GPS:LATITUDE:SCALE? -> :GPS:LATITUDE:SCALE 35.0,45.0 4-115 IM DL350-17EN...
  • Page 143 2, 2.22, 2.5, 3.33 :GPS:VELocity? Function Queries all settings related to obtaining velocity information from GPS data. :GPS:VELocity? Syntax Description The velocity data output channel is CH6_4. :GPS:VELocity:DISPlay Function Sets or queries whether the GPS velocity data channel is displayed. :GPS:VELocity:DISPlay {<Boolean>} Syntax :GPS:VELocity:DISPlay? 4-116 IM DL350-17EN...
  • Page 144: Hcopy Group

    -> :HCOPY:EXTPRINTER:TDIV 1.000E-03 Example :HCOPY:EXTPRINTER:MAG? :HCOPy:EXTPrinter:TONE -> :HCOPY:EXTPRINTER:MAG 10.0 Function Sets or queries the colors that will be used when printing from the HP Inkjet printer. :HCOPy:EXTPrinter:TONE {<Boolean>} Syntax :HCOPy:EXTPrinter:TONE? :HCOPY:EXTPRINTER:TONE ON Example :HCOPY:EXTPRINTER:TONE? -> :HCOPY:EXTPRINTER:TONE 1 4-117 IM DL350-17EN...
  • Page 145 Long Print mode. :HCOPy:PSETup:{CHANnel<x1>[: Syntax SCHannel<x2>]|MATH<x3>}: MESSage {<String>} :HCOPy:PSETup:{CHANnel<x1>[: SCHannel<x2>]|MATH<x3>}:MESSage? <x1> = 1 to 7 <x2> = 1 to 60 <x3> = 1, 2 <String> = Up to 50 characters Example :HCOPY:PSETUP: CHANNEL1:MESSAGE "TRACE1" :HCOPY:PSETUP:CHANNEL1:MESSAGE? -> :HCOPY:PSETUP:CHANNEL1: MESSAGE "TRACE1" 4-118 IM DL350-17EN...
  • Page 146: History Group (Scope Mode Only)

    Description If there is no data for the specified record number, acquisition conditions. the time section in the response will be “-----------.” :HISTory:DMODe (Display MODE) Function Sets or queries the history waveform display mode. Syntax :HISTory:DMODe {ONE|ALL|AVE} :HISTory:DMODe? :HISTORY:DMODE ONE Example :HISTORY:DMODE? -> :HISTORY:DMODE ONE 4-119 IM DL350-17EN...
  • Page 147: Image Group

    :IMAGe:SAVE:ANAMing {DATE| Syntax NUMBering|OFF} :IMAGe:SAVE:ANAMing? :IMAGE:SAVE:ANAMING NUMBERING Example :IMAGE:SAVE:ANAMING? -> :IMAGE:SAVE:ANAMING NUMBERING :IMAGe:SAVE:CDIRectory Function Changes the output destination directory. :IMAGe:SAVE:CDIRectory {<String>} Syntax <String> = Up to 16 characters Example :IMAGW:SAVE: CDIRECTORY "20170618_000" 4-120 IM DL350-17EN...
  • Page 148: Initialize Group

    (error 653). Stop measuring before using this command. • This command is not accepted during SD recording (error 814). Stop SD recording before using this command. • History data will be cleared. • Measurement will not start after initialization. Index 4-121 IM DL350-17EN...
  • Page 149: Lstart Group (Scope Mode Only)

    :LSTart (Log STart) Function Starts waveform acquisition immediately. :LSTart Syntax :LSTart? Function Starts waveform acquisition immediately, and waits for acquisition to complete. :LSTart? Syntax :LSTart? -> 0 Example Description When acquisition is complete, this command returns 0. 4-122 IM DL350-17EN...
  • Page 150: Math Group

    <x> = 1, 2 (this command performs the same no <NRf> = −9.9999E+30 to +9.9999E+30 :MATH1:AVALUE 2.0 matter what value you specify) Example :MATH1:AVALUE? <NRf> = 2 to 256 (in 2 steps) Example :MATH1:AVERAGE:EWEIGHT 16 -> :MATH1:AVALUE 2.0000E+00 :MATH1:AVERAGE:EWEIGHT? -> :MATH1:AVERAGE:EWEIGHT 16 4-123 IM DL350-17EN...
  • Page 151 <x> = 1, 2 :MATH1:DISPLAY ON Example Function Sets or queries the computation range. :MATH1:DISPLAY? -> :MATH1:DISPLAY 1 :MATH<x>:MREFerence {<NRf>,<NRf>} Syntax :MATH<x>:MREFerence? <x> = 1, 2 <NRf> = –5 to 5 div Example :MATH1:MREFERENCE −5,5 :MATH1:MREFERENCE? -> :MATH1:MREFERENCE −5.000000000000, 5.000000000000 4-124 IM DL350-17EN...
  • Page 152 Sets or queries a unit that is attached to Example :MATH1:SCALE:VALUE 1,−1 computation results. :MATH1:SCALE:VALUE? :MATH<x>:UNIT {<String>} Syntax -> :MATH1:SCALE:VALUE 1.00000E+00, :MATH<x>:UNIT? −1.00000E+00 <x> = 1, 2 <String> = Up to 4 characters Example :MATH1:UNIT "UU" :MATH1:UNIT? -> :MATH1:UNIT "UU" 4-125 IM DL350-17EN...
  • Page 153: Measure Group

    Description For channels that have sub channels, use the Description For channels that have sub channels, use the :MEASure:CHANnel:SCHannel:ALL command. :MEASure:CHANnel:SCHannel:COPY command. :MEASure:{CHANnel<x1>[:SCHannel<x2>] |MATH<x3>}:DELay? Function Queries all delay settings. :MEASure:{CHANnel<x1>[:SCHannel<x2>]| Syntax MATH<x3>}:DELay? Description For channels that have sub channels, use the :MEASure:CHANnel:SCHannel:DELay? command. 4-126 IM DL350-17EN...
  • Page 154 <x2> = 1 to 60 (sub channel) SLOPE RISE <x3> = 1, 2 :MEASURE:CHANNEL1:DELAY:MEASURE? Example Description For channels that have sub channels, use the Description For channels that have sub channels, use the :MEASure:CHANnel:SCHannel:DELay:MEASure: :MEASure:CHANnel:SCHannel:DELay:MEASure SLOPe command. command. 4-127 IM DL350-17EN...
  • Page 155 <x1> = 1 to 4, 7 <x2> = 1 to 60 (sub channel) <x3> = 1, 2 :MEASURE:CHANNEL1:DELAY:REFERENCE: Example SLOPE RISE :MEASURE:CHANNEL1:DELAY:REFERENCE: SLOPE? -> :MEASURE:CHANNEL1:DELAY: REFERENCE:SLOPE RISE Description For channels that have sub channels, use the :MEASure:CHANnel:SCHannel:DELay:REFerenc e:SLOPe command. 4-128 IM DL350-17EN...
  • Page 156 Description For channels that have sub channels, use the measured values of the newest waveform in :MEASure:CHANnel:SCHannel:DELay:REFerenc acquisition memory are queried. If you include e:TRACe command. <NRf>, the measured value of the waveform <NRf> times before the newest history waveform will be queried. 4-129 IM DL350-17EN...
  • Page 157 -> :MEASURE:CHANNEL1:DPROXIMAL: <x3> = 1, 2 PERCENT 20.0,50.0,80.0 :MEASURE:CHANNEL1:METHOD AUTO Example :MEASURE:CHANNEL1:METHOD? Description For channels that have sub channels, use the :MEASure:CHANnel:SCHannel:DPRoximal:PER -> :MEASURE:CHANNEL1:METHOD AUTO Cent? command. Description For channels that have sub channels, use the :MEASure:CHANnel:SCHannel:METHod command. 4-130 IM DL350-17EN...
  • Page 158 -> :MEASURE:CHANNEL1:PTOPEAK:COUNT 3 NWIDth|PERiod|PNUMber|POVershoot| Description For channels that have sub channels, use the PTOPeak|PWIDth|RISE|RMS| :MEASure:CHANnel:SCHannel:<Parameter>:CO SDEViation|TY1Integ|TY2Integ} UNt? command. Example :MEASURE:CHANNEL1:PTOPEAK:STATE ON :MEASURE:CHANNEL1:PTOPEAK:STATE? -> :MEASURE:CHANNEL1:PTOPEAK:STATE 1 Description For channels that have sub channels, use the :MEASure:CHANnel:SCHannel:<Parameter>:ST ATe command. 4-131 IM DL350-17EN...
  • Page 159 - When you execute a normal measurement, without cyclic statistical processing, even if you include <NRf> in the command, you cannot query the waveform parameters in the acquisition memory. 4-132 IM DL350-17EN...
  • Page 160 Queries the statistics count of the delay of the specified bit of the specified channel. :MEASure:CHANnel<x1>:BIT<x2>:DELay: Syntax COUNt? <x1> = 1 to 6 <x2> = 1 to 8 :MEASURE:CHANNEL1:BIT1:DELAY:COUNT? Example -> :MEASURE:CHANNEL1:BIT1:DELAY: COUNT 10 Description This command is valid on logic input channels. 4-133 IM DL350-17EN...
  • Page 161 <x2> = 1 to 8 MEASURE:COUNT 2 <NRf> = 1 to 9 Description This command is valid on logic input channels. Example :MEASURE:CHANNEL1:BIT1:DELAY: REFERENCE:COUNT 2 :MEASURE:CHANNEL1:BIT1:DELAY: REFERENCE:COUNT? -> :MEASURE:CHANNEL1:BIT1:DELAY: REFERENCE:COUNT 2 Description This command is valid on logic input channels. 4-134 IM DL350-17EN...
  • Page 162 Syntax :MEASure:CHANnel<x1>:BIT<x2>:DELay: STATe {TIME|OFF|DEGRee} :MEASure:CHANnel<x1>:BIT<x2>:DELay: STATe? <x1> = 1 to 6 <x2> = 1 to 8 Example :MEASURE:CHANNEL1:BIT1:DELAY: STATE TIME :MEASURE:CHANNEL1:BIT1:DELAY:STATE? -> :MEASURE:CHANNEL1:BIT1:DELAY: STATE TIME Description This command is valid on logic input channels. 4-135 IM DL350-17EN...
  • Page 163 <x1> = 1 to 6 <x2> = 1 to 8 <Parameter> = {AVGFreq|DUTYcycle| FREQuency|PERiod|PNUMber} <NRf> = 1 to the number of history entries :MEASURE:CHANNEL1:BIT1:FREQUENCY: Example VALUE? -> :MEASURE:CHANNEL1:BIT1:FREQUENCY: VALUE 50.00000E+00 Description This command is valid on logic input channels. 4-136 IM DL350-17EN...
  • Page 164 1. Even if you make the :MEASure:HISTory:EXECute timeout period long, 0 is returned as soon as the Function Executes the history statistical processing of Measurement command finishes. history waveforms. :MEASure:HISTory:EXECute Syntax :MEASURE:HISTORY:EXECUTE Example 4-137 IM DL350-17EN...
  • Page 165: Monitor Group

    :MONitor:GAIN:CHANnel<x1>[: Syntax SCHannel<x2>]? <x1> = 1 to 5 <x2> = 1 to 60 (sub channel) :MONITOR:GAIN:CHANNEL1? Example Description When you are using linear scaling, this command returns a value that includes the scaling data. 4-138 IM DL350-17EN...
  • Page 166 -> :MONITOR:VERBOSE 1 <x1> = 1 to 5 <x2> = 1 to 60 (sub channel) Example :MONITOR:OFFSET:CHANNEL1 -> :MONITOR:OFFSET: CHANNEL1 0.0000000E+00 Description When you are using linear scaling, this command returns a value that includes the scaling data. 4-139 IM DL350-17EN...
  • Page 167: Mtrigger Group

    4.24 MTRigger Group The command in this group deals with manual triggers. :MTRigger Function Manually triggers the instrument. :MTRigger Syntax :MTRIGGER Example 4-140 IM DL350-17EN...
  • Page 168: Search Group

    If the selectable range of the time axis is “<NRf> = 5 to 5div,” the selectable range varies depending on settings – such as the record length.For details, see “Selectable Range of Cursor Positions” under “Notes about Cursor Measurement” in chapter 9 of IM DL350-01EN. :SEARch? :SEARch:EDGE:[LOGic:]BIT<x> Function Queries all search settings.
  • Page 169 Queries the maximum save number, which is the number that is attached to the last position that the search retrieved. :SEARch:SELect? MAXimum Syntax :SEARCH:SELECT? MAXIMUM Example -> :SEARCH:SELECT 5 Description The string “NAN” is returned if the search could not retrieve a position. 4-142 IM DL350-17EN...
  • Page 170 Third <NRf> = 1 to 31 (day) Fourth <NRf> = 0 to 23 (hour) Fifth <NRf> = 0 to 59 (minute) Sixth <NRf> = 0 to 59 (second) Seventh <NRf> = 0 to 999999 (microsecond) :SEARCH:TIME:TIME 2017,4,1,0,0,0,0 Example :SEARCH:TIME:TIME? -> :SEARCH:TIME:TIME 2017,4,1,0,0,0,0 4-143 IM DL350-17EN...
  • Page 171: Snap Group (Scope Mode Only)

    The command in this group is used to take snapshots. You can perform the same operations that you can by using Display > SnapShot in the top menu. :SNAP Function Takes a snapshot. :SNAP Syntax :SNAP Example 4-144 IM DL350-17EN...
  • Page 172: Sstart Group (Scope Mode Only)

    <NRf> = 1 to 36000 (timeout period in 100 ms steps; start and wait) <NRf> = –36000 to 1 (timeout period in 100 ms steps; wait without starting) :SSTart? 100 Example Description When SD recording is enabled, this command Index cannot be used. 4-145 IM DL350-17EN...
  • Page 173: Start Group

    The command in this group is used to start waveform acquisition. You can execute the same operation that you can by using the START/STOP key on the front panel. :STARt Function Starts waveform acquisition. :STRTt Syntax :START Example 4-146 IM DL350-17EN...
  • Page 174: Status Group

    <x> = 1 to 16 Description Set how each bit in the condition register must change to trigger the setting of an event. If you specify RISE, a change from 0 to 1 triggers the setting of an event. 4-147 IM DL350-17EN...
  • Page 175: Stop Group

    The command in this group is used to stop waveform acquisition. You can execute the same operation that you can by using the START/STOP key on the front panel. :STOP Function Stops waveform acquisition. :STOP Syntax Description If recording is in progress, it is also stopped. 4-148 IM DL350-17EN...
  • Page 176 701261 (UNIVERSAL), :SYSTem:CLOCk:MODE 701262 (UNIVERSAL (AAF)), 701265 (TEMP/HPV), 701270 (STRAIN_NDIS), Function Sets or queries whether the date and time are 701271 (STRAIN_DSUB), 701275 (ACCL/VOLT), displayed. 720220 (16CH VOLT), 720230 (LOGIC), Syntax :SYSTem:CLOCk:MODE {<Boolean>} 720240 (CAN MONITOR) :SYSTem:CLOCk:MODE? :SYSTEM:CLOCK:MODE ON Example :SYSTEM:CLOCK:MODE? -> :SYSTEM:CLOCK:MODE 1 4-149 IM DL350-17EN...
  • Page 177 Description The key and touch lock status is retained even when the instrument is restarted. :SYSTem:CRMode (Cursor Read Mode) Function Sets or queries the mode used to read vertical, marker, and degree cursor values. :SYSTem:CRMode {DISPlay|ACQuisition} Syntax :SYSTem:CRMode? Example :SYSTEM:CRMODE DISPLAY :SYSTEM:CRMODE? -> :SYSTEM:CRMODE DISPLAY 4-150 IM DL350-17EN...
  • Page 178 :SYSTEM:LCD:BRIGHTNESS 3 Example Example :SYSTEM:KEYRESPONSE SEC1 :SYSTEM:LCD:BRIGHTNESS? :SYSTEM:KEYRESPONSE? -> :SYSTEM:LCD:BRIGHTNESS 3 -> :SYSTEM:KEYRESPONSE SEC1 :SYSTem:LANGuage Function Sets or queries the language to use for messages. Syntax :SYSTem:LANGuage {CHINese|ENGLish| FRENch|GERMan|ITALian|JAPANese| KORean|SPANish|RUSSian} :SYSTem:LANGuage? :SYSTEM:LANGUAGE ENGLISH Example :SYSTEM:LANGUAGE? -> :SYSTEM:LANGUAGE ENGLISH 4-151 IM DL350-17EN...
  • Page 179 Description This setting is applied to all channels that have :SYSTem:LCD:MODE? modules installed in them. :SYSTEM:LCD:MODE ON Example :SYSTem:MLANguage :SYSTEM:LCD:MODE? -> :SYSTEM:LCD:MODE 1 Function Sets or queries the menu language. :SYSTem:MLANguage {CHINese|ENGLish| Syntax FRENch|GERMan|ITALian|JAPANese| KORean|SPANish|RUSSian} :SYSTem:MLANguage? :SYSTEM:MLANGUAGE ENGLISH Example :SYSTEM:MLANGUAGE? -> :SYSTEM:MLANGUAGE ENGLISH 4-152 IM DL350-17EN...
  • Page 180 Formats the SD memory card. This is an overlap command. :SYSTem:STORage:FORMat:EXECute Syntax Example :SYSTEM:STORAGE:FORMAT:EXECUTE Description USB media cannot be formatted. :SYSTem:TPANel:CAL:ABORt Function Aborts touch panel calibration. :SYSTem:TPANel:CAL:ABORt Syntax :SYSTEM:TPANEL:CAL:ABORT Example :SYSTem:TPANel:CAL:EXECute Function Executes touch panel calibration. :SYSTem:TPANel:CAL:EXECute Syntax :SYSTEM:TPANEL:CAL:EXECUTE Example 4-153 IM DL350-17EN...
  • Page 181: Timebase Group

    :TIMebase:SRATE {<Frequency>} Syntax :TIMebase:SRATE? <Frequency> = 5Hz, 10Hz, 20Hz, 50Hz, 100Hz, ... 20MHz, 50MHz, 100MHz :TIMEBASE:SRATE 500kHz Example :TIMEBASE:SRATE? -> :TIMEBASE:SRATE 500.00000E+03 Description This command is valid only in scope mode. An error will occur in recorder mode. 4-154 IM DL350-17EN...
  • Page 182: Trigger Group

    :TRIGGER:ACTION:HCOPY? <NRf> = 1, 2 -> :TRIGGER:ACTION:HCOPY 1 :TRIGGER:ACTION:IMAG:DRIVE SD Example :TRIGger:ACTion:IMAGe:PATH? Function Queries the path on the storage medium where screen captures are saved to as an action. Syntax :TRIGger:ACTion:IMAGe:PATH? Example :TRIGGER:ACTION:IMAGE:PATH? -> :TRIGGER:ACTION:IMAGE: PATH "Path=SD/***" 4-155 IM DL350-17EN...
  • Page 183 Sets or queries whether waveform data is saved :TRIGger:ACTion: Syntax to the storage medium in MATLAB format as an SAVE[:MODE] {<Boolean>} action. :TRIGger:ACTion:SAVE:MODE? Syntax :TRIGger:ACTion:SAVE:MATLab: :TRIGGER:ACTION:SAVE:MODE ON MODE {<Boolean>} Example :TRIGGER:ACTION:SAVE:MODE? :TRIGger:ACTion:SAVE:MATLab:MODE? -> :TRIGGER:ACTION:SAVE:MODE 1 :TRIGGER:ACTION:SAVE:MATLAB:MODE ON Example :TRIGGER:ACTION:SAVE:MATLAB:MODE? -> :TRIGGER:ACTION:SAVE:MATLAB: MODE 1 4-156 IM DL350-17EN...
  • Page 184 <x> = 1 to 4 <x3> = 1 to 8 Example :TRIGGER:AND:CHANNEL2:CONDITION HIGH Example :TRIGGER:ATRIGGER:CHANNEL1: :TRIGGER:AND:CHANNEL2:CONDITION? SCHANNEL1:BIT1 LOW -> :TRIGGER:AND:CHANNEL2: :TRIGGER:ATRIGGER:CHANNEL1: CONDITION HIGH SCHANNEL1:BIT1? Description Use this command on channels that do not have -> :TRIGGER:ATRIGGER sub channels. :CHANNEL1:SCHANNEL1:BIT1 LOW 4-157 IM DL350-17EN...
  • Page 185 Sets or queries the achievement condition of Example :TRIGGER:BLTIME:TIME? condition A. :TRIGger:ATRigger:CONDition {ENTer| -> :TRIGGER:BLTIME: Syntax EXIT|FALSe|TRUE} TIME 1.00000000E−03 :TRIGger:ATRigger:CONDition? :TRIGGER:ATRIGGER:CONDITION ENTER Example :TRIGGER:ATRIGGER:CONDITION? -> :TRIGGER:ATRIGGER:CONDITION ENTER Description This command is valid when the trigger type is ABN or ADB. 4-158 IM DL350-17EN...
  • Page 186 <x3> = 1 to 8 EXIT} :TRIGGER:BTRIGGER:CHANNEL1: :TRIGger:BTRigger:CONDition? Example SCHANNEL1:BIT1 LOW :TRIGGER:BTRIGGER:CONDITION ENTER Example :TRIGGER:BTRIGGER:CHANNEL1: :TRIGGER:BTRIGGER:CONDITION? SCHANNEL1:BIT1? -> :TRIGGER:BTRIGGER:CONDITION ENTER -> :TRIGGER:BTRIGGER:CHANNEL1: Description This command is valid when the trigger type is SCHANNEL1:BIT1 LOW ABN or ADB. 4-159 IM DL350-17EN...
  • Page 187 <x3> = 1 to 8 Example :TRIGGER:EOA:CHANNEL3:SCHANNEL1: :TRIGGER:EOA:CONDITION? Example BIT1 RISE -> :TRIGGER:EOA:CONDITION TRUE :TRIGGER:EOA:CHANNEL3:SCHANNEL1: :TRIGger:MODE BIT1? -> :TRIGGER:EOA:CHANNEL3:SCHANNEL1: Function Sets or queries the trigger mode. BIT1 RISE :TRIGger:MODE {AUTO|NORMal|SINGle| Syntax ONSTart} :TRIGger:MODE? :TRIGGER:MODE AUTO Example :TRIGGER:MODE? -> :TRIGGER:MODE AUTO 4-160 IM DL350-17EN...
  • Page 188 20kHz, 50kHz, 100kHz, 200kHz :TRIGger:OUT:TIME Function Sets or queries the H-pulse interval that is used when the trigger output terminal output type is 1 (Pulse). :TRIGger:OUT:TIME {<Time>} Syntax :TRIGger:OUT:TIME? <Time> = 1ms, 50ms, 100ms, 500ms Example :TRIGGER:OUT:TIME 0.05 :TRIGGER:OUT:TIME? -> :TRIGGER:OUT:TIME 50.000000E−03 4-161 IM DL350-17EN...
  • Page 189 ±100 V. For strain measurements, the selectable range is ±the current measurement range setting. Values do not take linear scaling information into consideration. The trigger’s selectable range of Au7Fe temperatures is 0 K to 280 K (273°C to 7°C) 4-162 IM DL350-17EN...
  • Page 190 <x2> = 1 to 60 (sub channel) :TRIGGER:SOURCE:CHANNEL3:SCHANNEL1: Second <NRf> = If the channel has sub channels, Example HYSTERESIS HIGH this is the range of sub channel numbers. :TRIGGER:SIMPLE:SOURCE 1 :TRIGGER:SOURCE:CHANNEL3:SCHANNEL1: Example :TRIGGER:SIMPLE:SOURCE? HYSTERESIS? -> :TRIGGER:SIMPLE:SOURCE 1 -> :TRIGGER:SOURCE:CHANNEL3: SCHANNEL1:HYSTERESIS HIGH 4-163 IM DL350-17EN...
  • Page 191 Sets or queries the time for time triggers. :TRIGger:TIMer:TIME <String> <x2> = 1, 2 (specify a sub channel for a 4-CH Syntax :TRIGger:TIMer:TIME? module) :TRIGGER:SOURCE:CHANNEL3:SCHANNEL1: Example <String> = HH:MM:SS WWIDTH 5 :TRIGGER:TIMER:TIME "00:00:00" Example :TRIGGER:SOURCE:CHANNEL3:SCHANNEL1: :TRIGGER:TIMER:TIME? WWIDTH? -> :TRIGGER:TIMER:TIME "00:00:00" -> :TRIGGER:SOURCE:CHANNEL3:S CHANNEL1:WWIDTH 5.00000E+00 4-164 IM DL350-17EN...
  • Page 192 :TRIGGER:WWINDOW:CHANNEL1? triggers. :TRIGger:TLTime:TIME {<Time>} -> :TRIGGER:WWINDOW:CHANNEL1 1 Syntax Index :TRIGger:TLTime:TIME? Description For modules that can use wave window triggers, <Time> = 20ns to 10s see the DL350 user’s manual. :TRIGGER:TLTIME:TIME 0.001 Example :TRIGger:WWINdow:CHANnel<x1>:SCHanne :TRIGGER:TLTIME:TIME? l<x2>[:CONDition] -> :TRIGGER:TLTIME: TIME 1.00000000E−03 Function Sets or queries the state of the specified channel for wave window triggers.
  • Page 193 Sets or queries the synchronization channel for wave window triggers. :TRIGger:WWINdow:SYNC: Syntax TRACe {<NRf>[,<NRf>]|AUTO} :TRIGger:WWINdow:SYNC:TRACe? First <NRf> = 1 to 4 Second <NRf> = 1, 2 (specify a sub channel for a 4-CH module) :TRIGGER:WWINDOW:SYNC:TRACE 1 Example :TRIGGER:WWINDOW:SYNC:TRACE? -> :TRIGGER:WWINDOW:SYNC:TRACE 1 4-166 IM DL350-17EN...
  • Page 194: Waveform Group

    -> :WAVEFORM:LENGTH 10010 Description The total number of data points varies depending on the instrument’s settings. For details, see appendix 1, “Relationship between the Time Scale, Record Length, and Sample Rate” in the DL350 Getting Started Guide. 4-167 IM DL350-17EN...
  • Page 195 Description Specify “MINimum” to specify the minimum record number. The minimum record number is the record number of the oldest data. :WAVeform:RECord? MINimum Function Queries the minimum record number in the acquisition memory (for the main waveform). :WAVeform:RECord? MINimum Syntax :WAVEFORM:RECORD? Example -> :WAVEFORM:RECORD −8 4-168 IM DL350-17EN...
  • Page 196 • If the number of acquired data points is less than 2002 Bit 8 … Bit 1 Bit 8 … Bit 1 When data is acquired completely, 4004 bytes End-point data are output, regardless of when an abort is Bit 8 … Bit 1 received. 4-169 IM DL350-17EN...
  • Page 197 -> :WAVEFORM:SRATE 500.0E+03 :WAVeform:TYPE? Description This command returns the sample rate of Function Queries the acquisition mode of the source measured data. waveform. :WAVeform:TYPE? Syntax :WAVEFORM:TYPE? Example -> :WAVEFORM:TYPE NORMAL Description This command returns “AVERage,” “ENVelope,” or “NORMal.” 4-170 IM DL350-17EN...
  • Page 198 :XY:TCLEAR? -> :XY:TCLEAR 1 Second <NRf> = 1 to 60 (sub channel, depends on the module) <x> = 1, 2 :XY:WAVEFORM:YTRACE 2 Example :XY:WAVEFORM:YTRACE? -> :XY:WAVEFORM:YTRACE 2 Description You cannot select the channel of a logic module. 4-171 IM DL350-17EN...
  • Page 199 Sets or queries whether an X-Y window is displayed. :XY:WINDow:MODE {<Boolean>} Syntax :XY:WINDow:MODE? :XY:WINDOW:MODE ON Example :XY:WINDOW:MODE? -> :XY:WINDOW:MODE 1 :XY:WINDow:TRANge Function Sets or queries the T-Y waveform range to display in the X-Y window. :XY:WINDow:TRANge {<NRf>,<NRf>} Syntax :XY:WINDow:TRANge? <NRf> = −5.00 to 5.00 div :XY:WINDOW:TRANGE −5,5 :XY:WINDOW:TRANGE? -> :XY:WINDOW:TRANGE −5.000000000000, 5.000000000000 4-172 IM DL350-17EN...
  • Page 200 <X1> = 1 to 4 (sets the group display) -> :ZOOM:ASCROLL:TARGET Z1 <x2> = 1 to 32 (sets the source waveform) :ZOOM:GROUP1:TRACE1 1 Example :ZOOM:GROUP1:TRACE1? -> :ZOOM:GROUP1:TRACE1 1 Description Zoom1 and Zoom2 both reference the same setting. 4-173 IM DL350-17EN...
  • Page 201 Sets or queries the zoom position of the specified zoom waveform. :ZOOM:POSition<x> {<NRf>} Syntax :ZOOM:POSition<x>? <x> = 1, 2 (sets the target zoom box) <NRf> = –5 to 5 div Example :ZOOM:POS1 2 :ZOOM:POS1? -> :ZOOM:POS1 2.000000000000 4-174 IM DL350-17EN...
  • Page 202 Queries the instrument model. *IDN? Function Sets or queries the standard event enable Syntax register. Example *IDN? -> YOKOGAWA,DL350,0,F0.10 Syntax *ESE {<NRf>} Description This command returns a string in the following *ESE? format: <Manufacturer>, <Model>, <Serial no.>, <NRf> = 0 to 255 <Firmware version>.
  • Page 203 *TST? Syntax *TST? -> 0 Example Description • Tests are performed in the following order: acquisition memory test and backup memory test. • This command returns 0 if the self-test is successful and 1 otherwise. 4-176 IM DL350-17EN...
  • Page 204: Chapter 5 Status Reports

    & & & & & & & & Standard event register Extended event enable register & & & & & & & & & & & & & & & & Extended event register Transition filter Condition register IM DL350-17EN...
  • Page 205 For example, you can use the *ESE command to set the standard event enable register bits to ones and zeros. You can use the *ESE? command to query whether the standard event enable register bits are ones or zeros. For details on commands, see chapter 4. IM DL350-17EN...
  • Page 206: Status Byte

    0. Do this using the *SRE command is received just after a program message command. To query whether each bit of the service terminator. request enable register is 1 or 0, use *SRE? . For details on the *SRE command, see chapter 4. IM DL350-17EN...
  • Page 207: Standard Event Register

    Do this using the *ESE command. To query whether each bit of the standard event enable register is 1 or 0, use *ESE? . For details on the *ESE command, see chapter 4. IM DL350-17EN...
  • Page 208: Extended Event Register

    The specified extended event register bit is set to 1 when the corresponding condition register bit changes from 1 to 0. BOTH The specified extended event register bit is set to 1 when the corresponding condition register bit changes from 0 to 1 or from 1 to 0. NEVer Always zero. IM DL350-17EN...
  • Page 209: Output And Error Queues

    The error queue is cleared when: • A *CLS command is received. • The instrument is turned off and then back on. You can determine whether the error queue is empty by checking bit 2 in the status byte (EAV). IM DL350-17EN...
  • Page 210: Appendix 1 Ascii Character Codes

    ASCII Character Codes The following table contains ASCII character codes. ‘ ” & Index ’ < > (RUBOUT) Address Universal Listener Talker Secondary command command address address command Example Octal GP-IB code ASCII character code Hexadecimal Decimal App-1 IM DL350-17EN...
  • Page 211: Appendix

    • If servicing is necessary to solve the problem indicated by a message, contact your nearest YOKOGAWA dealer. • Only communication error messages are listed here. For details on other error messages, see the Getting Started Guide, IM DL350-03EN. • Communication syntax errors 100 to 199 •...
  • Page 212 Code Message Corrective Action Page Queue overflow. Read the error queue. Note Code 350 occurs when the error queue overflows. This error is only returned in response to a :STATus:ERRor? query; it is never displayed on the screen. App-3 IM DL350-17EN...
  • Page 213 (measure) ............4-137 horizontal cursor (T-Y) ............4-90 cyclic statistical processing (measure) ......4-137 horizontal cursor (X-Y)............4-94 horizontal magnification ............ 4-174 Page hysteresis (frequency) ............4-49 data..................3-6 data (image), saving ............4-120 data length ................4-55 Index-1 IM DL350-17EN...
  • Page 214 (external clock) ........4-124 thermocouple ..............4-72 phase shift amount (internal clock) ........4-125 threshold level (frequency) ..........4-50 preset (frequency) .............. 4-49 threshold level (MATH) ............. 4-124 probe (analog voltage)............4-75 time ..................3-6 Index-2 IM DL350-17EN...
  • Page 215 ................4-81 vertical zoom factor (analog voltage)........4-82 vertical zoom factor (CAN) ..........4-48 vertical zoom factor (frequency) ......... 4-55 vertical zoom factor (LIN) ........... 4-58 vertical zoom factor (logic)..........4-59 vertical zoom factor (SENT) ..........4-66 Index-3 IM DL350-17EN...

Table of Contents