User’s Manual AQ6370C/AQ6373/AQ6375 Optical Spectrum Analyzer Remote Control IM AQ6370C-17EN 3rd Edition...
Page 2
After reading this manual, keep it in a convenient location for quick reference in the event a question arises during operation. In addition to this manual, there is one individual manual each for the AQ6370C, AQ6373 and AQ6375. Read them along with this manual. AQ6370C Manual Title Manual No.
Page 3
(® and TM). • Other company and product names are registered trademarks or trademarks of their respective companies. Revisions • 1st Edition September, 2010 • 2nd Edition January, 2011 • 3rd Edition October, 2011 IM AQ6370C-17EN...
The general safety precautions described herein must be observed during all phases of operation. If the instrument is used in a manner not specified in this manual, the protection provided by the instrument may be impaired. Yokogawa Electric Corporation assumes no liability for the customer’s failure to comply with these requirements.
SHIFT+key means you will press the SHIFT key to turn it ON and then press the panel key. The setup menu marked in purple below the panel key that you pressed appears on screen. Units Denotes 1000. Example: 12 kg, 100 kHz Denotes 1024. Example: 459 KB (file size) IM AQ6370C-17EN...
Chapter 7 Remote Commands Describes each individual command that can be used. Chapter 8 Program Function Explains the program function for controlling another instrument using the AQ6370C/ AQ6373/AQ6375 as the controller. Appendix Lists commands that are compatible with the AQ6317.
Table of Correspondence between Soft Keys and Remote Commands ......7-4 ANALYSIS Setting Parameters ..................7-17 Remote Command Tree ....................7-26 Common Commands ..................... 7-33 7.6 Instrument-Specific Commands ..................7-36 ABORt Sub System Command ................7-36 CALCulate Sub System Command ................ 7-36 CALibration Sub System Command ............... 7-55 IM AQ6370C-17EN...
Page 8
Controlling an External Instrument with the Program Function ........8-55 Sample Program ......................8-57 Appendix AQ6317-Compatible GP-IB Commands Switching Command Modes ..................... App-1 AQ6317 Status Byte ......................... App-3 List of the AQ6317-Compatible Commands................App-4 HIGH1, HIGH2, HIGH3 of Measurement Sensitivity .............. App-17 Index Index IM AQ6370C-17EN...
• A controller such as a PC that is connected to the GP-IB2 port cannot remotely control the AQ6370C/AQ6373/AQ6375. Index • Even if a turnable laser source or an external device to be controlled by the AQ6370C/ AQ6373/AQ6375 using program functions is connected to the GP-IB1 port, it cannot remote control the AQ6370C/AQ6373/AQ6375.
• Settings entered in Remote mode are held even if switching to Local mode. • When a GTL (Go to Local) message is received from the controller, the instrument enters Local mode even if REN is set to False. IM AQ6370C-17EN...
• When an output statement contains multiple remote commands, this instrument captures them all and services them in the order they were written. In this case, unless the last command in the statement has started to be executed, this instrument cannot capture the next command. IM AQ6370C-17EN...
Page 12
Always have it turned ON. • When the AUTO OFFSET key is set to ON, is displayed at the bottom of the screen. Device Trigger Function When GET (Group Execute Trigger) is received, the instrument will perform a single sweep. IM AQ6370C-17EN...
For now, you will connect a PC to the GP-IB1 port. Turn OFF all the power switches of the AQ6370C/AQ6373/AQ6375 and any devices to be connected to it. Connect a cable to the GP-IB1 port on the rear panel of the instrument.
Page 14
2.1 Connecting via GP-IB • When connecting multiple devices, use a star or linear configuration as shown in the figure below. A loop or parallel configuration cannot be used. IM AQ6370C-17EN...
• When a GTL (Go to Local) message is received from the controller, the instrument enters Local mode even if REN is set to False. Note The GP-IB interface cannot be used simultaneously with other communication interfaces (RS-232, USB, or Ethernet). IM AQ6370C-17EN...
Parallel polling function not provided Device clear All device clear functions Output buffer clear Input buffer clear (clearing of an unexecuted commands) Error buffer clear STB, ESR clear Device trigger Device trigger function Controller Controller function not provided Electrical characteristics Open collector IM AQ6370C-17EN...
Press the MY ADDRESS soft key. The GP-IB address setting screen is displayed. Set the GP-IB address using the rotary knob or the arrow keys, and press ENTER. Index GP-IB address setting See chapter 5 See chapter 5 Command format See chapter 5 IM AQ6370C-17EN...
Page 18
Perform these steps if you will use AQ6370C/AQ6373/AQ6375 commands. Press the COMMAND FORMAT soft key. The command format setting menu is displayed. Normally, you will enter AQ6370C, AQ6373 or AQ6375. If you wish to use AQ6317 commands, enter AQ6317. Explanation The settings below are used when entering the settings that can be entered using the instrument’s panel keys from a controller, or when outputting settings or waveform data...
Interface messages come in the following categories. Uniline Messages A message is sent through a single command line. The following are the three types of uniline messages. IFC (Interface Clear) REN (Remote Enable) IDY (Identify) IM AQ6370C-17EN...
Of the multiline messages, SDC is an address command requires specification of the talker or listener, and DCL is a universal command that does not require specification of the talker or listener. Therefore, SDC is applicable only to certain devices, but DCL is applicable to all devices on the bus. IM AQ6370C-17EN...
Sample Program The following shows an example of controlling the AQ6370C/AQ6373/AQ6375 remotely using the GP-IB port. The sample program uses Visual Basic 6.0 as the programming language. Also, a GP-IB board by National Instruments (hereinafter, “NI”) is used as the GP-IB controller and the NI-supplied driver is used as a library.
Page 22
Call Receive(BOARD_ID, intAddr, strBuffer, STOPend) If (ibsta And EERR) Then MsgBox " GP-IB device can't read." RecieveGPIB = "" Exit Function Else RecieveGPIB = RecieveGPIB & Left(strBuffer, ibcntl) End If Loop Until ((ibsta And EEND) = EEND) End Function 2-10 IM AQ6370C-17EN...
Page 23
For lngL = 0 To lngDataSize - 1 byteSaveData(lngL) = byteData(lngL + intData + 2) Next lngL '----- save data to file Open "c:\test.bmp" For Binary As #1 Put #1, , byteSaveData Close #1 '----- Disconnect Call EnableLocal(BOARD_ID, intAddrList()) MsgBox "Complete" End Sub 2-11 IM AQ6370C-17EN...
Page 24
= Val("&H" + Left(strA, 2)) byteLow = Val("&H" + Right(strA, 2)) byteArray(lngPos) = byteLow byteArray(lngPos + 1) = byteHigh lngPos = lngPos + 2 Next lngL End If Loop While (ibcntl = READSIZE) RecieveBinaryGPIB = lngPos End Function 2-12 IM AQ6370C-17EN...
• Be sure to use a straight cable through a hub when connecting a PC to the instrument. Performance cannot be guaranteed if a 1-to-1 connection is made with a cross cable. Index • When using a UTP (straight) cable, make sure that it is a category 5 cable. IM AQ6370C-17EN...
Press the NETWORK SETTING soft key. The ethernet setting menu is displayed. Press the TCP/IP SETTING soft key. The TCP/IP setting menu is displayed. Using the <, > soft keys, select AUTO (DHCP) or MANUAL. Press the SELECT soft key. The item is selected. IM AQ6370C-17EN...
Page 27
Perform these steps if you will use AQ6370C, AQ6373 or AQ6375 commands. Press the COMMAND FORMAT soft key. The command format setting menu is displayed. Normally, you will enter AQ6370C, AQ6373 or AQ6375. If you wish to use AQ6317 commands, enter AQ6317. Setting the User Name and Password Press the REMOTE USER ACCOUNT soft key.
Page 28
MD5 Message Digest Algorithm by RSA Data Security, Inc. Remote Control Using Commands The AQ6370C/AQ6373/AQ6375 can be remote controlled using the LAN port. For remote commands, use the same commands as those for control via the GP-IB interface.
Page 29
AQ6370C/AQ6373/AQ6375. 2. Confirm that the received message is "AUTHENTICATE CRAM-MD5." 3. Send the password to the AQ6370C/AQ6373/AQ6375 (anything can be input if the user name is anonymous). 4. If the message, "READY" is received from the AQ6370C/AQ6373/AQ6375, authentication was successful.
Sample Program Sample Program 1 Sending an invalid talker command to the AQ6370C/AQ6373/AQ6375 and then receiving data with the instrument specified as a talker causes the GP-IB bus to stop because the instrument has no data to send. In this case, a GPIB timeout occurs, followed by recovery of the GP-IB bus.
Page 31
'================================================== ' Sub routine ' Receive query data '================================================== Index Sub ReceiveLan(strData As String) Dim strData2 As String strData = "" Winsock1.GetData strData2, vbString strData = strData + strData2 DoEvents Loop While (Right(strData, 1) <> vbLf) End Sub IM AQ6370C-17EN...
Page 32
' Recieve binary block data '----- save data to binary file Open "c:\test.bmp" For Binary As #1 Put #1, , byteData Close #1 '----- Disconnect Winsock1.Close 'Wait to disconnect complete While (Winsock1.State <> sckClosed) DoEvents Wend MsgBox "Complete" End Sub IM AQ6370C-17EN...
Page 33
'================================================== Function ReceiveLan(strData As String) As Long Dim strData2 As String Dim sglStart As Single Dim sglEnd As Single Dim sglNow As Single Dim bTimeout As Boolean sglStart = Timer() sglEnd = sglStart + TIMEOUT bTimeout = False IM AQ6370C-17EN...
Page 34
= bData - Asc("0") strA = "" For intJ = 0 To intI - 1 Call ReadIPBin(bData) ' Receive 1byte strA = strA + Chr(bData) Next intJ lngDataLength = Val(strA) ' block data size ReDim byteArray(lngDataLength) 3-10 IM AQ6370C-17EN...
Page 35
= Timer() If (sglNow < sglStart) Then sglNow = sglNow + 86400 If sglNow >= sglEnd Then bTimeout = True Loop Until ((Winsock1.BytesReceived > 1) Or (bTimeout = True)) Winsock1.GetData byteData, vbByte, 1 ' 1byte read End Sub 3-11 IM AQ6370C-17EN...
8 bit, fixed Parity: Odd, Even, or None Stop bit: 1 bit, fixed Connector: DELC-J9PAF-13L6 (JAE or equivalent) Flow control: Hardware handshaking using RS/CS or Non (selectable). Connection Make the connection as shown in the figure below. Index IM AQ6370C-17EN...
Page 37
Signal Direction The directions of signals used by the instrument's serial interface are shown in the figure below. RS [Request to send ... Receive OK] CS [Clear to send ... Preparation OK] AQ6370 SD [Send data] RD [Receive data] IM AQ6370C-17EN...
Page 38
BB (RXD) Receive data CA (RTS) Request to send Clear to send CB (CTS) Signal Wire Connection Example Pin numbers are for 9-pin connectors. In most cases, use a cross cable. • OFF-OFF/XON-XON • Hard(CS-RS) AQ6370 AQ6370 Index IM AQ6370C-17EN...
Remote Control Using Commands The AQ6370C/AQ6373/AQ6375 can be controlled remotely using the RS-232 port. When controlling the instrument remotely, use a cross cable to connect the instrument to the PC. Also, remote commands are the same as for remote control via GP-IB.
Press the RS-232 SETTING soft key. The RS-232 setting menu is displayed. Press the BAUD RATE soft key. The baud rate setting menu is displayed. Press the soft key corresponding to the desired baud rate setting. The baud rate is set. Index IM AQ6370C-17EN...
Page 41
Perform these steps if you will use AQ6317 commands. Press the COMMAND FORMAT soft key. The command format setting menu is displayed. Normally, you will enter AQ6370C, AQ6373 or AQ6375. If you wish to use AQ6317 commands, enter AQ6317. IM AQ6370C-17EN...
Page 42
Xon/Xoff, HARDWARE, NONE Setting the Command Format Normally, you will enter AQ6370C, AQ6373 or AQ6375 mode. If you wish to use the commands of the AQ6317 (another product in the series), enter AQ6317. See the appendix for AQ6317 commands that are compatible with the AQ6370C, AQ6373 or AQ6375.
For now, you will connect a PC to the GP-IB2 port. Turn OFF all the power switches of the AQ6370C/AQ6373/AQ6375 and any devices to be connected to it. Connect a cable to the GP-IB2 port on the rear panel of the instrument.
Local lockout function not provided Parallel port Parallel polling function not provided Device clear Device clear function not provided Device trigger Device trigger function Controller System controller IFC transmission Controller in charge REN transmission Interface message transmission Electrical characteristics Open collector IM AQ6370C-17EN...
Set the GP-IB2 port address using the rotary knob or the arrow keys, and press Index ENTER. See chapter 2 GP-IB address setting System controller function setting See chapter 2 Turnable laser source address setting (set for TLS synchronous sweeping) IM AQ6370C-17EN...
A controller such as a PC that is connected to the GP-IB2 port cannot remotely control the AQ6370C/AQ6373/AQ6375. • Even if a turnable laser source or an external device to be controlled by the AQ6370C/ AQ6373/AQ6375 using program functions is connected to the GP-IB1 port, it cannot remote control the AQ6370C/AQ6373/AQ6375.
Questionable status registers Not assigned yet. Questionable Event Register A register indicating the presence/absence of an event. An event will be latched. Questionable Event Enable Register A condition mask register used when the summary bit (QUS) is created. Index IM AQ6370C-17EN...
Unused bit 13 Unused bit 12 Unused Unused bit 10 Unused bit 9 Unused bit 8 Unused bit 7 Unused bit 6 Unused bit 5 Unused bit 4 Unused Unused bit 2 Unused bit 1 Unused bit 0 IM AQ6370C-17EN...
The structure of the status byte registers is shown below. The contents and actions of these registers comply with the IEEE 488.2 standards. Also, the AQ6370C/AQ6373/AQ6375 also provides the extended OPS and QUS bits to the status byte register. *SRE...
The contents of the register are not cleared in the following cases. • Receipt of the *RST command • Receipt of the *CLS command • Device clear (DCL, SDC) The clear action complies with the IEEE 488.2 standard. IM AQ6370C-17EN...
Access to an output queue was made with no output existing. Output queue data was lost. Bit 1 None Not used (always 0) Bit 0 OPC Completion of command action: (operation complete) Enabled only when *OPC is received Disabled if *OPC? is received IM AQ6370C-17EN...
Page 52
• Power ON The register cannot be cleared in the following cases. • Receipt of the *RST command • Receipt of the *CLS command • Device clear (DCL, SDC) The clear action complies with the IEEE 488.2 standard. IM AQ6370C-17EN...
& Cal/Alignment & Index Copy/File bit 2 bit 2 bit 2 & Program bit 1 bit 1 bit 1 & Sweep bit 0 bit 0 bit 0 & Operation Event Enable Register Operation Event Register Operation Condition Register IM AQ6370C-17EN...
Page 54
• A read using the :STATus:OPERation[:EVENt?] query command • An initialization by the :STATus:PRESet command • The *CLS common command • Power ON • Operation event enable register Read This register can be read by the :STATus:OPERation:ENABle? query command. IM AQ6370C-17EN...
Page 55
• Data “0” is set by the :STATus:OPERation:ENABle command. • Power ON The register cannot be cleared in the following cases. • Receipt of the *RST command • Receipt of the *CLS command • Device clear (DCL, SDC) Index IM AQ6370C-17EN...
0 bit 0 & bit 0 Questionable Event Enable Register Questionable Event Register Questionable Condition Register Contents of the Questionable Status Registers Event Name Description Decimal Value Bit 0–15 Not used Spare (always 0) 6-10 IM AQ6370C-17EN...
Page 57
• Data “0” is set using the :STATus:QUEStionable:ENABle command. • Power ON The register cannot be cleared in the following cases. • Receipt of the *RST command • Receipt of the *CLS command • Device clear (DCL, SDC) 6-11 IM AQ6370C-17EN...
• An overlapping command can be executed while an overlappable command is being run. • These commands cannot be executed while a sequential command is being executed or if it has not yet been processed. Ex. of command: Stops measurement or calibration action. :ABORt Reads status byte. *STB? IM AQ6370C-17EN...
Page 59
• This instrument can handle the following multiplier suffixes: Multiplier Mnemonic Multiplier Mnemonic 1E18 EX (exa) 1E-3 M (milli) 1E15 PE (peta) 1E-6 U (micro) 1E12 T (tera) 1E-9 N (nano) G (giga) 1E-12 P (pico) MA (mega) 1E-15 F (femto) K (kilo) 1E-18 A (atto) IM AQ6370C-17EN...
Page 60
1. *IDN query talker data AQ6370: "YOKOGAWA, AQ6370,----" AQ6370C: "YOKOGAWA, AQ6370C,----" AQ6373: "YOKOGAWA, AQ6373,----" AQ6375: "YOKOGAWA, AQ6375,----" 2. “CHOP” was eliminated from the <CHOP MODE> settings. If the AQ6370C/AQ6373 receives a command that specifies “CHOP,” it is treated as “SWITCH.” Index IM AQ6370C-17EN...
The tables below list the remote commands that correspond to the soft keys used when manipulating the various settings of the instrument. If a command is valid for either the AQ6370C or AQ6375 only, the relevant model name is indicated in the notes.
Page 62
AUTO SUB SCALE ON/OFF :DISPlay[:WINDow]:TRACe:Y2[:SCALe]:AUTO<wsp>OFF| ON|0|1 SUB REF LVL POSITION **DIV :DISPlay[:WINDow]:TRACe:Y2[:SCALe]:RPOSition<wsp> <integer>[DIV] Index Note For the AQ6375, dBm/nm and W/nm cannot be selected for LEVEL UNIT when the horizontal axis is wavenumber. (DBM/NM parameters cannot be set. ) IM AQ6370C-17EN...
Page 64
:DISPlay[:WINDow]:SPLit:POSition<wsp>TRE,UP|LOW|0|1 TRACE F UP/LOW :DISPlay[:WINDow]:SPLit:POSition<wsp>TRF,UP|LOW|0|1 TRACE G UP/LOW :DISPlay[:WINDow]:SPLit:POSition<wsp>TRG,UP|LOW|0|1 HOLD UPPER HOLD ON/OFF :DISPlay[:WINDow]:SPLit:HOLD:UPPer<wsp>OFF|ON|0|1 LOWER HOLD ON/OFF :DISPlay[:WINDow]:SPLit:HOLD:LOWer<wsp>OFF|ON|0|1 LABEL :DISPlay[:WINDow]:TEXT:DATA<wsp><string> NOISE MASK ***dB :DISPlay[:WINDow]:TRACe:Y:NMASk<wsp><NRf>[DB] MASK LINE VERT/HRZN :DISPlay[:WINDow]:TRACe:Y:NMASk:TYPE<wsp>VERTical| HORIzontal|0|1 TRACE CLEAR ALL TRACE :DISPlay[:WINDow]:TEXT:CLEar DISPLAY OFF AQ6370C :DISPlay[:WINDow]<wsp>OFF|ON|0|1 IM AQ6370C-17EN...
Page 65
F = D-E(LOG) :CALCulate:MATH:TRF<wsp>D-E(LOG) F = E-D(LOG) :CALCulate:MATH:TRF<wsp>E-D(LOG) F = D+E(LOG) :CALCulate:MATH:TRF<wsp>D+E(LOG) CALCulate F@@@@ LIN MATH@@@@ F = C+D(LIN) :CALCulate:MATH:TRF<wsp>C+D(LIN) F = C-D(LIN) :CALCulate:MATH:TRF<wsp>C-D(LIN) F = D-C(LIN) :CALCulate:MATH:TRF<wsp>D-C(LIN) F = D+E(LIN) :CALCulate:MATH:TRF<wsp>D+E(LIN) F = D-E(LIN) :CALCulate:MATH:TRF<wsp>D-E(LIN) F = E-D(LIN) :CALCulate:MATH:TRF<wsp>E-D(LIN) IM AQ6370C-17EN...
Page 66
G = PKCVFIT A :CALCulate:MATH:TRG<wsp>PKCVFTA G = PKCVFIT B :CALCulate:MATH:TRG<wsp>PKCVFTB G = PKCVFIT C :CALCulate:MATH:TRG<wsp>PKCVFTC THRESH **dB :CALCulate:MATH:TRG:PCVFt:THResh<wsp><NRf>[DB] Index OPERATION AREA :CALCulate:MATH:TRG:CVFT:OPARea<wsp>ALL|INL1-L2| OUTL1-L2|0|1|2 FITTING ALGO :CALCulate:MATH:TRG:CVFT:FALGo<wsp>GAUSS |LORENz|3RD |4TH|5TH|0|1|2|3|4 TRACE LIST TRACE COPY :TRACe:COPY<wsp><source:TRACe name>,<destination: TRACe name> TRACE CLEAR :TRACe:DELete<wsp><:TRACe name> IM AQ6370C-17EN...
Page 67
ALL MARKER CLEAR :CALCulate:MARKer:AOFF AUTO SEARCH ON/OFF :CALCulate:MARKer:AUTO<wsp>OFF|ON|0|1 MODE DIFF **.**dB :CALCulate:PARameter:COMMon:MDIFf<wsp><NRf>[DB] SEARCH/ANA L1-L2 ON/OFF :CALCulate:LMARker:SRANge<wsp>OFF|ON|0|1 SEARCH/ANA ZOOM AREA :DISPlay[:WINDow]:TRACe:X[:SCALe]:SRANge<wsp> ON/OFF OFF|ON|0|1 SEARCH MODE SINGL/MULTI :CALCulate:MARKer:MSEarch<wsp>OFF|ON|0|1 AQ6370C THRESH **.**dB :CALCulate:MARKer:MSEarch:THResh<wsp><NRf>[DB] AQ6370C SORT BY WL/LVL AQ6370C :CALCulate:MARKer:MSEarch:SORT<wsp> WAVelength|LEVel|0|1 7-10 IM AQ6370C-17EN...
Page 68
AQ6370C :CALCulate:DISPlay<wsp>0 TABLE AQ6370C :CALCulate:DISPlay<wsp>1 TRACE AQ6370C :CALCulate:DISPlay<wsp>2 GRAPH&TABLE AQ6370C :CALCulate:DISPlay<wsp>3 GRAPH AQ6370C :CALCulate:DISPlay<wsp>4 LINE MARKER Y1/Y2 :CALCulate:DISPlay:GRAPh:LMARker:Y AQ6370C Index <wsp>1|2,<NRf>[DB] AUTO ANALYSIS ON/OFF :CALCulate[:IMMediate]:AUTO<wsp> OFF|ON|0|1 RESULT PRINT :HCOPY[:IMMediate]:FUNCtion:CALCulate :LIST RESULT SAVE MMEMory:STORe:ARESult<wsp> <"file name">[,INTernal|EXTernal] SEARCH/ANA L1-L2 :CALCulate:LMARker:SRANge<wsp> OFF|ON|0|1ON/OFF SEARCH/ANA ZOOM AREA...
Page 69
OUTPUT ITEM SETTING DATE&TIME ON/OFF :MMEMory:STORe:DATA:TEM<wsp>DATE, OFF|ON|0|1 LABEL ON/OFF :MMEMory:STORe:DATA:ITEM<wsp>LABel, OFF|ON|0|1 DATA AREA ON/OFF :MMEMory:STORe:DATA:TEM<wsp>DATA, OFF|ON|0|1 CONDITION ON/OFF :MMEMory:STORe:DATA:ITEM<wsp>CONDition, OFF|ON|0|1 TRACE DATA ON/OFF :MMEMory:STORe:DATA:ITEM<wsp>TRACe, OFF|ON|0|1 FILE TYPE CSV/DT6 :MMEmory:STORe:DATA:TYPE<wsp>CSV|DT|0| WRITE MODE :MMEMory:STORe:DATA:MODE<wsp> ADD/OVER ADD|OVER|0|1 (PROGRAM) :MMEMory:STORe:PROGram<wsp><integer>, <"file name">[,INTernal|EXTernal] 7-12 IM AQ6370C-17EN...
Page 70
FILE OPERATION DRIVE INT/EXT :MMEMory:CDRive<wsp>INTernal|EXTernal DELETE :MMEMory:DELete<wsp><"file name"> [,INTernal|EXTernal] COPY :MMEMory:COPY<wsp><"source file name">, [INTernal| EXTernal],<"destination file name>[,INTernal|EXTernal] RENAME :MMEMory:REName<wsp><"new file name">, <"old file name">[,INTernal|EXTernal] MAKE DIRECTORY :MMEMory:MDIRectory<wsp><"directory name"> [,INTernal|EXTernal] PROGRAM Function Control Command PROGRAM EXECUTE :PROGram:EXECute<wsp><integer> Index 7-13 IM AQ6370C-17EN...
Page 71
AQ6370C/AQ6375 :SYSTem:GRID:CUSTom:SPACing<wsp> <NRf>[GHZ] VALUE EDIT INSERT AQ6370C/AQ6375 :SYSTem:GRID:CUSTom:INSert<wsp> <NRf>[M|HZ] DELETE AQ6370C/AQ6375 :SYSTem:GRID:CUSTom:DELete<wsp> <integer> REFERENCE :SYSTem:GRID:REFerence<wsp><NRf>[HZ] AQ6370C/AQ6375 WAVELENGTH ****.****nm USER KEY DEFINE Note On the AQ6375, the GRID EDITOR soft key is not available when in Frequency mode. 7-14 IM AQ6370C-17EN...
Page 72
:SYSTem:DATE<wsp><year>,<month>,<day> :SYSTem:TIME<wsp><hour>,<minutes>, <seconds> SELECT COLOR COLOR 1 :DISPlay:COLor<wsp>1 COLOR 2 :DISPlay:COLor<wsp>2 COLOR 3 :DISPlay:COLor<wsp>3 COLOR 4 :DISPlay:COLor<wsp>4 COLOR 5 :DISPlay:COLor<wsp>5 B&W :DISPlay:COLor<wsp>0 REMOVE USB STRAGE :MMEMory:REMove SYSTEM INFORMATION SYSTEM INFO :SYSTem:INFormation?<wsp>0|1 PARAMETER INITIALIZE ALL CLEAR :SYSTem:PRESet VERSION 7-15 IM AQ6370C-17EN...
Page 73
LOWer|TARGet MODE ABS/REL :TRACe:TEMPlate:DATA:MODE<wsp>UPPer| LOWer|TARGet, ABSolute|RELative EXTRA POL TYPE TYPE A :TRACe:TEMPlate:DATA:ETYPe<wsp>UPPer| LOWer|TARGet,A|1 TYPE B :TRACe:TEMPlate:DATA:ETYPe<wsp>UPPer| LOWer|TARGet,B|2 NONE :TRACe:TEMPlate:DATA:ETYPe<wsp>UPPer| LOWer|TARGet,NONE|0 TEMPLATE SHIFT :TRACe:TEMPlate:LEVel:SHIFt<wsp><NRf> :TRACe:TEMPlate:WAVelength:SHIFt<wsp> <NRf> COPY Function Control Command COPY :HCOPY[:IMMediate] FEED Function Control Command FEED :HCOPY[:IMMediate]:FEED 7-16 IM AQ6370C-17EN...
TYPE<wsp>PEAK|0 BOTTOM :CALCulate:PARameter[:CATegory]:NOTCh: Index TYPE<wsp>BOTTom|1 ANALYSIS 1 ANALYSIS Parameters Control Command DFB-LD -XdB WIDTH ALGO :CALCulate:PARameter[:CATegory]:DFBLd<wsp>SWIDt h,ALGO,<data> THRESH **.**dB :CALCulate:PARameter[:CATegory]:DFBLd<wsp> SWIDth,TH,<NRf>[DB] THRESH2 **.**dB :CALCulate:PARameter[:CATegory]:DFBLd<wsp>SWIDt h,TH2,<NRf>[DB] :CALCulate:PARameter[:CATegory]: DFBLd<wsp>SWIDth,K,<NRf> MODE FIT ON/OFF :CALCulate:PARameter[:CATegory]:DFBLd<wsp> SWIDth,MFIT,OFF|ON|0|1 MODE DIFF *.**dB :CALCulate:PARameter[:CATegory]:DFBLd<wsp> SWIDth,MDIFf,<NRf>[DB] 7-17 IM AQ6370C-17EN...
Page 75
<wsp>OSNR,NBW,<NRf>[M] SIGNAL POWER AQ6370C :CALCulate:PARameter[:CATegory]:DFBLd <wsp>OSNR,SPOWer,<data> INTEGRAL RANGE AQ6370C :CALCulate:PARameter[:CATegory]:DFBLd <wsp>OSNR,IRANge,<NRf> FP-LD SPECTRUM WIDTH ALGO :CALCulate:PARameter[:CATegory]:FPLD <wsp>SWIDth,ALGO,<data> THRESH **.**dB :CALCulate:PARameter[:CATegory]:FPLD <wsp>SWIDth,TH,<NRf>[DB] THRESH2 **.**dB :CALCulate:PARameter[:CATegory]:FPLD <wsp>SWIDth,TH2,<NRf>[DB] :CALCulate:PARameter[:CATegory]:FPLD <wsp>SWIDth,K,<NRf> MODE FIT ON/OFF :CALCulate:PARameter[:CATegory]:FPLD <wsp>SWIDth,MFIT,OFF|ON|0|1 MODE DIFF *.**dB :CALCulate:PARameter[:CATegory]:FPLD <wsp>SWIDth,MDIFf,<NRf>[DB] 7-18 IM AQ6370C-17EN...
Page 76
TOTAL POWER OFFSET LEVEL :CALCulate:PARameter[:CATegory]:LED *.**dB <wsp>TPOWer,OFFSet,<NRf>[DB] SMSR SMSR MODE “SMSR3” and :CALCulate:PARameter[:CATegory]:SMSR: “SMSR4” can MODE<wsp>SMSR1|SMSR2|SMSR3|SMSR4 be used on the AQ6370C. SMSR MASK ±*.**dB :CALCulate:PARameter[:CATegory]:SMSR: MASK<wsp><NRf>[M]POWER POWER OFFSET LEVEL *.**dB :CALCulate:PARameter[:CATegory]:POWer: OFFSet<wsp><NRf>[DB] THRESH LEVEL *.**dB :CALCulate:PARameter[:CATegory]:PMD: TH<wsp><NRf>[DB] 7-19 IM AQ6370C-17EN...
Page 77
DRIFT(MEAS) :CALCulate:PARameter[:CATegory]:WDM:DTYPe<wsp>MDRift DRIFT(GRID) :CALCulate:PARameter[:CATegory]:WDM:DTYPe<wsp>GDRift |3 (On the AQ6373, it cannot be set.) CH RELATION OFFSET :CALCulate:PARameter[:CATegory]:WDM:RELation<wsp>OFF Set|0 SPACING :CALCulate:PARameter[:CATegory]:WDM:RELation<wsp>SPA Cing|1 REF CH :CALCulate:PARameter[:CATegory]:WDM:RCH<wsp> <integer> MAX/MIN RESET :CALCulate:PARameter[:CATegory]:WDM:MMReset OUTPUT SLOPE :CALCulate:PARameter[:CATegory]:WDM:OSLope<wsp>OFF| ON/OFF ON|0|1 POINT DISPLAY :CALCulate:PARameter[:CATegory]:WDM:PDISplay<wsp> ON/OFF OFF|ON|0|1 7-20 IM AQ6370C-17EN...
Page 78
7.3 ANALYSIS Setting Parameters ANALYSIS Parameters Control Command OTHER SETTING (invalid if other than the AQ6370C.) SIGNAL POWER :CALCulate:PARameter[:CATegory]:WDM:SPOWer<wsp> PEAK|INTegral|0|1 INTEGRAL RANGE :CALCulate:PARameter[:CATegory]:WDM: IRANge<wsp><NRf> EDFA NF (It is not available on the AQ6373.) CHANNNEL DETECTION THRESH LEVEL :CALCulate:PARameter[:CATegory]:NF:TH<wsp><NRf>[DB] **.**dB MODE DIFF **.**dB :CALCulate:PARameter[:CATegory]:NF:MDIFf<wsp><NRf>...
Page 80
WDM FIL-PK (It is not available on the AQ6373.) CHANNEL DETECTION/ NOMINAL WAVELENGTH ALGO :CALCulate:PARameter[:CATegory]:WFPeak<wsp> NWAVelength,ALGO,<data> THRESH LEVEL :CALCulate:PARameter[:CATegory]:WFPeak<wsp> **.**dB NWAVelength,TH,<NRf>[DB] MODE DIFF *.**dB :CALCulate:PARameter[:CATegory]:WFPeak<wsp> NWAVelength,MDIFf,<NRf>[DB] TEST BAND *.***nm :CALCulate:PARameter[:CATegory]:WFPeak<wsp> NWAVelength,TBANd<NRf>[DB] PEAK WAVELENGTH/LEVEL SW ON/OFF :CALCulate:PARameter[:CATegory]:WFPeak<wsp> PWAVelength,SW,OFF|ON|0|1 7-23 IM AQ6370C-17EN...
Page 81
NWAVelength,MDIFf,<NRf>[DB] TEST BAND *.***nm :CALCulate:PARameter[:CATegory]:WFBottom<wsp> NWAVelength,TBANd<NRf>[DB] BOTTM WAVELENGTH/LEVEL SW ON/OFF :CALCulate:PARameter[:CATegory]:WFBottom<wsp> BWAVelength,SW,OFF|ON|0|1 XdB NOTCH WIDTH/CENTER SW ON/OFF :CALCulate:PARameter[:CATegory]:WFBottom<wsp> CWAVelength,SW,OFF|ON|0|1 XdB STOP BAND ALGO :CALCulate:PARameter[:CATegory]:WFBottom<wsp>SBANd, ALGO,<data> THRESH LEVEL :CALCulate:PARameter[:CATegory]:WFBottom<wsp>SBANd, **.**dB TH,<NRf>[DB] XdB ELIMINATION BAND SW ON/OFF :CALCulate:PARameter[:CATegory]:WFBottom<wsp>EBANd, SW,OFF|ON|0|1 7-24 IM AQ6370C-17EN...
Page 82
XdB ELIMINATION BAND THRESH LEVEL :CALCulate:PARameter[:CATegory]:WFBottom<wsp>EBANd, **.**dB TH,<NRf>[DB] TEST BAND *.***nm :CALCulate:PARameter[:CATegory]:WFBottom<wsp>EBANd, TBANd,<NRf>[DB] RIPPLE SW ON/OFF :CALCulate:PARameter[:CATegory]:WFBottom<wsp>RIPPle, SW,OFF|ON|0|1 TEST BAND *.***nm :CALCulate:PARameter[:CATegory]:WFBottom<wsp>RIPPle, TBANd,<NRf>[DB] CROSS TALK SW ON/OFF :CALCulate:PARameter[:CATegory]:WFBottom<wsp>XTALk, SW,OFF|ON|0|1 SPACING *.**nm :CALCulate:PARameter[:CATegory]:WFBottom<wsp>XTALk, SPACing,<NRf>[M] TEST BAND *.***nm :CALCulate:PARameter[:CATegory]:WFBottom<wsp>XTALk, TBANd,<NRf>[DB] Index 7-25 IM AQ6370C-17EN...
Service Request Enable Command Required *SRE? Service Request Enable Query Required *STB? Read Status Byte Query Required *TRG Trigger Command Required if DT1 *TST? Self-Test Query Required *WAI Wait-to-Continue Command Required Y: Commands supported by the AQ6370C, AQ6373 and AQ6375 7-33 IM AQ6370C-17EN...
Page 91
“AQ6375” • This is a sequential command. Field 3: Instrument serial number Field 4: Firmware version • For the AQ6370C, field 2 is “AQ6370C.” *ESE(Standard Event Status Enable) • For the AQ6373, field 2 is “AQ6373.” Function Sets/queries the standard event enable register.
Page 92
Queries the current value of the status byte register. Syntax *STB? Example *STB? -> 251 Explanation • STB will not be cleared even when the contents of the register are read. • This is an overlapable command. 7-35 IM AQ6370C-17EN...
3 Execute the analysis function (CALCulate[: executed. IMMediate] command) • This is a sequential command. 4 Get the analysis results (CALCulate:DATA? • For the AQ6370C, the following parameters command) cannot be set. • The following command is used in order to carry out OSNR, COLor remote control of the Peak/Bottom search function.
Page 94
• This is a sequential command. • Data is output in either ASCII or binary form, depending on the setting of :FORMat[: DATA]. • With the AQ6373, the command is invalid. • This is a sequential command. 7-37 IM AQ6370C-17EN...
Page 95
<smsr(L)>,<smsr(R)>,<mode ofst(L)>,<mode :CALCulate[:IMMediate]? ofst(R)>,<snr>,<power>,<rms>,<Krms> 0: Not performed • This is a sequential command. 1: Performed • This command can be used on the AQ6370C. Example :CALCULATE :CALCULATE? -> 1 :CALCulate:DATA:NCHannels? Explanation • Analysis is performed according to the latest Function Queries the number of channels of the analysis settings.
Page 96
<NRf> = Position of a line marker :CALCULATE:AUTO ON Response :CALCULATE AUTO? -> 1 Explanation • When the automatic analysis function is ON, <NRf>[m|Hz] (AQ6370C, AQ6373) automatically activates an analysis function <NRf>[m|Hz|m ] (AQ6375) that is active after a sweep has ended.
Page 97
Explanation • If the moving marker is OFF, an execution has ended, and sets it as the reference level. error occurs. • This is a sequential command. • This is a sequential command. 7-40 IM AQ6370C-17EN...
Page 98
:CALCULATE:MAKER:MSEARCH:SORT? -> 0 and places the moving marker on that bottom. Explanation • This is a sequential command. Syntax :CALCulate:MARKer:MINimum:LEFT • This command can be used on the AQ6370C. Example :CALCULATE:MAKER:MINIMUM:LEFT Explanation • If the moving marker is OFF, an execution :CALCulate:MARKer:MSEarch:THResh error occurs.
Page 99
<marker>: Marker number (0: moving marker) <NRf>= Marker position Response 0 = OFF, 1 = ON Response Example <NRf>[m|Hz] (AQ6370C, AQ6373) :CALCULATE:MAKER:STATE 1,ON <NRf>[m|Hz|m :CALCULATE:MAKER:STATE 1 -> 1 ] (AQ6375) Explanation • When the moving marker is not active and Example :CALCULATE:MAKER:X 0,1550.000nm...
Page 100
• If trace G is not a calculation trace, “NONE” is Syntax :CALCulate:MATH:TRG:CVFT:THResh returned. <wsp><integer>[DB] • This is a sequential command. :CALCulate:MATH:TRG:CVFT:THResh? <NRf> = Threshold level [dB] Example :CALCULATE:MATH:TRG:CVFT:THRESH 10db :CALCULATE:MATH:TRG:CVFT:THRESH?-> Explanation This is a sequential command. 7-43 IM AQ6370C-17EN...
Page 101
ALGO -> THR :CALCULATE:PARAMETER:DFBLD SMSR,SMASK,0.5NM :CALCULATE:PARAMETER:DFBLD? SMSR,SMASK -> +5.00000000E-010 Explanation • If a non-existing parameter is used for a combination, an execution error occurs. (such as combinations of SWIDth and SMODe) • This is a sequential command. 7-44 IM AQ6370C-17EN...
Page 102
Explanation • If a non-existing parameter is used for a combination, an execution error occurs (a combination of SWIDth and CSPace, etc.). • On the AQ6373, the following data parameter cannot be set. GRID • This is a sequential command. 7-45 IM AQ6370C-17EN...
Page 103
1 = GAUSS 2 = LORENZ 3 = 3RD POLY 4 = 4YH POLY 5 = 5TH POLY Example :CALCULATE:PARAMETER:NF:FALGO GAUSS :CALCULATE:PARAMETER:NF:FALGO? -> 1 Explanation • With the AQ6373, the command is invalid. • This is a sequential command. 7-46 IM AQ6370C-17EN...
Page 104
Explanation • When the mask range is set to “---” (and ASE level measurement function is set to “LINEAR”), the command returns 0. • With the AQ6373, the command is invalid. • This is a sequential command. 7-47 IM AQ6370C-17EN...
Page 105
Response 0=OFF, 1=ON PMD:TH<wsp><NRf>[DB] Example :CALCULATE:PARAMETER:NF:SNOISE OFF :CALCulate:PARameter[:CATegory]: PMD:TH? :CALCULATE:PARAMETER:NF:SNOISE? <NRf> = Threshold level [dB] -> 0 Explanation :CALCULATE:PARAMETER:PMD:TH Explanation • With the AQ6373, the command is invalid. 10.00DB:CALCULATE:PARAMETER:PMD: • This is a sequential command. TH?-> +1.00000000E+001 7-48 IM AQ6370C-17EN...
Page 106
Sets/queries the magnification of the +2.00000000E+000 ENVELOPE method–based spectrum width Explanation This is a sequential command. analysis function. Syntax :CALCulate:PARameter[:CATegory]: SWENvelope:K :CALCulate:PARameter[:CATegory]: SWENvelope:K <NRf> = Magnification Example :CALCULATE:PARAMETER:SWENVELOPE: K 2.00 :CALCULATE:PARAMETER:SWENVELOPE:K? -> +2.00000000E+000 Explanation This is a sequential command. 7-49 IM AQ6370C-17EN...
Page 107
<NRf> = Threshold level [dB] SWTHresh:TH? Example <NRf> = Threshold level [dB] :CALCULATE:PARAMETER:SWRMS: Response ex. Same as above TH 3.00db Explanation :CALCULATE:PARAMETER:SWTHRESH: :CALCULATE:PARAMETER:SWRMS:TH?-> +3.00000000E+000 TH 3.00DB Explanation This is a sequential command. :CALCULATE:PARAMETER:SWTHRESH:TH?-> +3.00000000E+000 Explanation This is a sequential command. 7-50 IM AQ6370C-17EN...
Page 108
Example: :CALCULATE:PARAMETER:WDM:DTYPE: CALCULATE:PARAMETER:WDM:FALGO GAUSS ABSOLUTE :CALCULATE:PARAMETER:WDM:FALGO? -> :CALCULATE:PARAMETER:WDM:DTYPE: Explanation This is a sequential command. ABSOLUTE? -> 0 Explanation • On the AQ6373, the following display types cannot be set. GDRift, RELative • This is a sequential command. 7-51 IM AQ6370C-17EN...
Page 109
:CALCULATE:PARAMETER:WDM:MMRESET Explanation • When "DISPLAY TYPE" (set by the : :CALCULATE:PARAMETER:WDM:NBW?-> CALCulate:PARameter[:CATegory]: +1.00000000E-010 WDM:DTYPe command is set to other than Explanation This is a sequential command. “DRIFT”, an execution error occurs. • This is a sequential command. 7-52 IM AQ6370C-17EN...
Page 110
Explanation • When this set value is “0,” the channel with <NRf> = Threshold level [dB] the highest level is regarded as the reference Example :CALCULATE:PARAMETER:WDM:TH 20.00db channel. :CALCULATE:PARAMETER:WDM:TH-> • This is a sequential command. +2.00000000E+001 Explanation This is a sequential command. 7-53 IM AQ6370C-17EN...
Page 111
• With the AQ6373, the command is invalid. Function Sets/queries the peak-bottom difference • This is a sequential command. parameter of channel detection used in the analysis function. Syntax :CALCulate:PARameter:COMMon: MDIFf<wsp><NRf>[DB] :CALCulate:PARameter:COMMon:MDIFf? Example :CALCULATE:PARAMETER:COMMON: MDIFF 3.00DB :CALCULATE:PARAMETER:COMMON:MDIFF-> +3.00000000E+000 Explanation This is a sequential command. 7-54 IM AQ6370C-17EN...
Explanation This is a sequential command. :CALibration:WAVelength:INTernal[: IMMediate] Function Performs wavelength calibration using an internal reference light source. Syntax :CALibration:WAVelength:INTernal[: IMMediate] Example :CALIBRATION:WAVELENGTH:INTERNALl Explanation • With the AQ6373, the command is invalid. • This is an overlapable command. 7-55 IM AQ6370C-17EN...
Page 113
Syntax :CALibration:ZERO[:AUTO]<wsp>OFF|ON :DISPLAY? -> 0 |0|1|ONCE Explanation • This is a sequential command. :CALibration:ZERO[:AUTO]? • This command can be used on the AQ6370C. Response 0 = OFF, 1 = ON Example :CALIBRATION:ZERO ONCE :DISPlay[:WINDow]:OVIew:POSition :CALIBRATION:ZERO? -> 1 Explanation • If you send this command with the parameter...
Page 114
CENTer? Example :DISPLAY:SPLIT:HOLD:UPPER ON <NRf> = Center wavelength [m|Hz] :DISPLAY:SPLIT:HOLD:UPPER? -> 1 Response Explanation • If not in 2-split screen display mode, an <NRf>[m|Hz] (AQ6370C) execution error occurs. Index <NRf>[m|Hz|m ] (AQ6375) • This is a sequential command. Example :DISPLAY:TRACE:X:CENTER 1550.000NM :DISPLAY:TRACE:X:CENTER?->...
Page 115
Explanation • The following parameters are initialized based STARt? on the display scale after this command has <NRf> = Start wavelength [m|Hz] been executed. Response CENTER, SPAN, START, STOP <NRf>[m|Hz] (AQ6370C) • This is a sequential command. <NRf>[m|Hz|m ] (AQ6375) Example :DISPLAY:TRACE:X:START 1540.000NM :DISPlay[:WINDow]:TRACe:X[:SCALe]: :DISPLAY:TRACE:X:START?->...
Page 116
<NRf> = Base level value [W] • This is a sequential command. Example :DISPLAY:TRACE:Y1:BLEVEL 1.0MW :DISPLAY:TRACE:Y1:BLEVEL?-> +1.00000000E-003 Explanation • If a instrument other than W is specified, an execution error occurs. • This is a sequential command. 7-59 IM AQ6370C-17EN...
Page 117
(:DISPlay[:WINDow]:TRACe:Y2[: be set when in Wavenumber mode. SCALe]:UNIT) of the subscale is specified, Query commands function even when in an execution error occurs. Wavenumber mode. • This is a sequential command. • This is a sequential command. 7-60 IM AQ6370C-17EN...
Page 118
Response 0 = DB • This is a sequential command. 1 = LINear Index 2 = DB/KM 3 = % Example :DISPLAY:TRACE:Y2:UNIT DB/KM :DISPLAY:TRACE:Y2:UNIT? -> 2 Explanation This is a sequential command. 7-61 IM AQ6370C-17EN...
• This is an overlapable command. is more likely to occur in comparison with transfer of data in the 64-bit, floating-point binary form. • This is a sequential command. 7-62 IM AQ6370C-17EN...
Explanation This is a sequential command. name> <integer> = Memory number <trace name>= trace (TRA,TRB,TRC,TRD,TRE ,TRF,TRG) Example :MEMORY:STORE 10,TRA Explanation • When waveform data do not exist in the specified trace, a warning message appears. • This is a sequential command. 7-63 IM AQ6370C-17EN...
<"file name"> = Name of file to load changed INTernal|EXTernal = Source drive for loading Example :MMEMORY:CDIRECTORY "\test\sample" Example: MMEMORY:LOAD:ATRACE "test001. :MMEMORY:CDIRECTORY? -> csv",internal Explanation This is a sequential command. \test\sample Explanation This is a sequential command. 7-64 IM AQ6370C-17EN...
Page 122
Example :MMEMORY:LOAD:SETTING file. UPPER,"test001.csv",INTERNAL Syntax :MMEMory:STORe:ARESult<wsp><"file Explanation This is a sequential command. name">[,INTernal|EXTernal] <"file name"> = Name of a file to be saved INTernal|EXTernal = Save destination drive Example :MMEMORY:STORE:ARESULT "test001",INTERNAL Explanation This is a sequential command. 7-65 IM AQ6370C-17EN...
Page 123
MMEMORY:STORE:ATRACE "test001. DT = DT6 storage format csv",internal DT= Instrument-specific data type Explanation This is a sequential command. The AQ6370C uses DT8 format :MMEMory:STORe:DATA The AQ6373 uses DT9 format Function Stores a variety of data to a specified file. The AQ6375 uses DT7 format Syntax :MMEMory:STORe:DATA<wsp><"file...
<trace name> = Trace to be saved BIN|CSV = Save format BIN = Binary format CSV = Text format) <"file name"> = Name of file to be saved INTernal|EXTernal = Save destination drive Example :MMEMORY:STORE:TRACE TRA,CSV, "test001",INTERNAL Explanation This is a sequential command. 7-67 IM AQ6370C-17EN...
:SENSe:CORRection:WAVelength:SHIFt :SENSe:BANDwidth|:BWIDth Function Sets/queries the offset value for the [:RESolution]? <NRf> = Measurement resolution [m|Hz] levelwavelength. Response Syntax :SENSe:CORRection:WAVelength: <NRf>[m|Hz] (AQ6370C) SHIFt<wsp><NRf>[M] <NRf>[m|Hz|m ] (AQ6375) :SENSe:CORRection:WAVelength:SHIFt? Example :SENSE:BANDWIDTH:RESOLUTION 20PM <NRf>= Wavelength offset value [m] :SENSE:BANDWIDTH? -> Example :SENSE:CORRECTION:WANELENGTH: +2.00000000E-012 SHIFT 0.05NM...
Page 126
• This command only valid for the AQ6373. SEGMENT MEASURE. Syntax :SENSe:SWEep:SEGMent:POINts<wsp> <integer> :SENSe:SWEep:SEGMent:POINts? <integer> = The number of samples measured Example :SENSE:SWEEP:SEGMENT:POINTS 100 :SENSE:SWEEP:SEGMENT:POINTS? -> 100 Explanation This is a sequential command. 7-69 IM AQ6370C-17EN...
Page 127
:SENSE:SWEEP:SPEED? -> 1 Explanation This is a sequential command. Explanation • This is a sequential command. • With the AQ6373, the command is invalid. • This command can be used on the AQ6370C. :SENSe:SWEep:STEP :SENSe:WAVelength:CENTer Function Sets/queries the sampling interval for...
Page 128
[M|HZ] enable register :SENSe:WAVelength:STARt? Example :STATUS:OPERATION:ENABLE 8 <NRf>=Measurement center wavelength [m] :STATUS:OPERATION:ENABLE? -> 8 Response Explanation This is a sequential command. <NRf>[m|Hz] (AQ6370C) <NRf>[m|Hz|m ] (AQ6375) :STATus:OPERation[:EVENt]? Example :SENSE:WAVELENGTH:START 1540.000NM Function Queries the contents of the operation status :SENSE:WAVELENGTH:START?-> Event register.
0 = AQ6317, 1 = AQ6375 (For AQ6375) Example :SYSTEM:COMMUNICATE:CFORMAT AQ6370C syst:comm:cformat? -> 1 Explanation • This command is valid when in AQ6370C/ AQ6373/AQ6375 mode. This command results in an error when in AQ6317 compatible mode. • To set the GP-IB command format while this unit is in the AQ6317-compatible mode, use the following commands.
Page 130
<wsp><integer> regardless of the local lockout status. :SYSTem:COMMunicate:GP-IB2:ADDRess? • This is a sequential command. Example :SYSTEM:COMMUNICATE:GP-IB2: • This command can be used on the AQ6370C. ADDRESS 2 :SYSTEM:COMMUNICATE:GP-IB2: :SYSTem:COMMunicate:RMONitor ADDRESS?-> 2 Function Sets/queries whether the remote monitor Explanation This is a sequential command.
Page 131
Explanation • This is a sequential command. • For the AQ6375,cannot be executed when in • With the AQ6373, the command is invalid. Wavenumber mode. • For the AQ6375,cannot be executed when in • This is a sequential command. Wavenumber mode. 7-74 IM AQ6370C-17EN...
Page 132
:SYSTEM:GRID:REFERENCE ?-> Example :SYSTEM:VERSION? -> 1999.0 +1.93000000E+014 Explanation This is a sequential command. Explanation • With the AQ6373, the command is invalid. • For the AQ6375,cannot be executed when in Wavenumber mode. • This is a sequential command. 7-75 IM AQ6370C-17EN...
• When the attribute is set to a CALC trace, the Example :TRACE:DATA:SNUMBER? -> 50001 expression is set using the :CALCulate: Explanation • If a specified trace has no data, “0” is MATH command. returned. • This is a sequential command. • This is a sequential command. 7-76 IM AQ6370C-17EN...
Page 134
The number of output data can be acquired by executing :TRACe[:DATA]:SNUMber?. • Data is output in either ASCII or binary form, depending on the setting of :FORMat[: DATA]. • This is a sequential command. 7-77 IM AQ6370C-17EN...
Page 135
• This is a sequential command. template. Syntax :TRACe:TEMPlate:DISPlay<wsp><templa te>,OFF|ON|0|1 :TRACe:TEMPlate: DISPlay?<wsp><template> <template>= Template (UPPer|LOWer|TARGet) OFF = Display OFF ON = Display ON Response 0 = OFF, 1 = ON Example :TRACE:TEMPlATE:DISPLAY TARGET,OFF :TRACE:TEMPlATE:DISPLAY? TARGET-> 0 Explanation This is a sequential command. 7-78 IM AQ6370C-17EN...
Page 136
UPPer = Judge Upper line only LOWer= Judge Lower line only U&L = Judge both Upper and LOWer line Response 0 = UPPer, 1 = LOWer, 2 = U&L Example :TRACE:TEMPlATE:TTYPE U&L :TRACE:TEMPlATE:TTYPE? -> 2 Explanation This is a sequential command. 7-79 IM AQ6370C-17EN...
Explanation This is a sequential command. :TRIGger[:SEQuence]:INPut Function Sets/queries the signal of the input trigger. Syntax :TRIGger[:SEQuence]:INPut<wsp> ETRigger|STRigger|SENable|0|1|2 :TRIGger[:SEQuence]:INPut? ETRigger|0: Sampling trigger STRigger|1: Sweep trigger SENable|2: Sample enable Example :TRIGER:INPUT STRIGGER :TRIGER:INPUT? -> 1 Explanation This is a sequential command. 7-80 IM AQ6370C-17EN...
:UNIT:X Function Sets/queries the units for the X axis. Syntax :UNIT:X<wsp>WAVelength|FREQuency| WNUMber|0|1|2:UNIT:X? Response For AQ6370C or AQ6373 WAVelength = Wavelength FREQuency = Frequency For AQ6375 WAVelength = Wavelength FREQuency = Frequency WNUMber = Wavenumber Response 0 = WAVelength, 1 = FREQuency,...
Page 140
WDM FIL-BTM <ch num>, <nominal wl>, <btm wl>, <btm lvl>, <xdb ntwd>, <center wl>, <xdb sb>, <xdb eb>, <ripple>, <l-xtalk>, <r-xtalk>,... * Items with SW set to OFF are also output. COLOR <dominant wl>,<x col>,<y col>,<z col> Index 7-83 IM AQ6370C-17EN...
Page 141
<NRf> <ase lvl> ASE level <NRf> dBm / RES <resoln> Measurement resolution <NRf> <gain> Gain <NRf> <nf> NF value <NRf> <l-xtalk> Crosstalk value (left) <NRf> <r-xtalk> Crosstalk value (right) <NRf> <ripple> Ripple width <NRf> m / Hz 7-84 IM AQ6370C-17EN...
Page 142
/ Hz <xdb eb> XdB elimination band <NRf> m / Hz <dominant wl> Dominant wavelength <NRf> m / Hz <x col> Chromaticity coordinates (x) <NRf> <y col> Chromaticity coordinates (y) <NRf> <z col> Chromaticity coordinates (z) <NRf> Index 7-85 IM AQ6370C-17EN...
<EXECUTE 1> to <EXECUTE 21> keys. See section 8.2, “Executing Programs” for information on registering programs to the EXECUTE1–EXECUTE21 soft keys. Select a registration number using the rotary knob or the arrow keys. Selected program number Index IM AQ6370C-17EN...
Page 144
Using Registered Strings Press the PRESET WORD soft key. Select the number of the string you wish to use and press the RECALL soft key. The selected string is entered as a program name. IM AQ6370C-17EN...
Page 145
Edit the program using the soft keys. For the settings associated with each soft key, see pages 8-6 and 8-7. When finished editing the program, press the RETURN soft key. Line number Function command Edit parameters Enter the input values Special commands Copy/delete line Index List print IM AQ6370C-17EN...
Page 146
Deleting a Program Select the program to delete in the program registration screen in step 2. Press the DELETE soft key. A confirmation message is displayed. Press the YES or NO soft key to delete the program or cancel. IM AQ6370C-17EN...
Page 147
- - - - - - is text input. • Function commands can also be set using the mouse. Right-click the mouse to display a shortcut list of panel keys. Left-clicking enters the function command corresponding to the selected panel key. IM AQ6370C-17EN...
Page 148
Select a line number on which to insert a line using the rotary knob or the arrow keys. Press the LINE INSERT soft key. One line is inserted above the selected line number. Note If commands have been entered in all 200 lines, a new line cannot be inserted. IM AQ6370C-17EN...
Page 149
To restore the pasted contents, press UNDO/LOCAL. Printing Out a Program List Press the LIST PRINT soft key. The program list is printed by the built-in printer. Index Note The LIST PRINT soft key is disabled if the built-in printer is not installed. IM AQ6370C-17EN...
Page 150
For detailed information on commands, see section 8.3, "Program Function Commands." Merging a Program You can combine two different programs into one program. The copied program is pasted onto the end of another specified program. IM AQ6370C-17EN...
Press the PROGRAM EXECUTE soft key. The program selection screen appears. Select a program to execute using the rotary knob or the arrow keys. Press the EXECUTE soft key. The program executes. Note To stop the program during execution, press the PROGRAM EXIT soft key. Index IM AQ6370C-17EN...
Page 152
Registered program name Press a soft key from EXECUTE 1 to EXECUTE 21. The program assigned to the soft key executes. Note If no program name appears next to the soft key, no program is registered to it. 8-10 IM AQ6370C-17EN...
Page 153
The contents of the OUTPUT WINDOW are held until execution of the OUTPUT WINDOW CLEAR special command. • The contents of the OUTPUT WINDOW can be stored in a file. See the main unit user’ s manual (IM AQ6370C-01EN(AQ6370C), IM AQ6373-01EN(AQ6373) or IM AQ6375- 01EN(AQ6375)) for details. Index •...
Page 154
To display lines other than the first 20, use the rotary knob or arrow keys to scroll. The OUTPUT WINDOW can be displayed during execution of a program. To do so, use the “OUTPUT WINDOW ###” special command. Note that the OUTPUT WINDOW disappears if the program ends. 8-12 IM AQ6370C-17EN...
Page 155
364 Directory full Directory is full, therefore no file can be created. 365 File not found The specified file cannot be read because it has not been found. Or, the file does not exist on the disk. 8-13 IM AQ6370C-17EN...
Page 156
A file cannot be saved due to an incorrect file name. 380 Undefined program An attempt was made to run a program that is not defined. 381 Syntax error Command incorrect. (a program has been rewritten for some reason) 8-14 IM AQ6370C-17EN...
SMSR measurements. SMSR2 Contains the longer wavelength side’s value of the side mode suppression ratio (level difference) when an SMSR3 or SMSR4 measurement is executed (only on the AQ6370C). WDMCHN Contains the number of channels detected in performing WDM analysis.
Page 158
COLOR analysis. Program control Contains loop counter data. variables Contains loop counter data. Contains a conditional judgment variable. Contains a conditional judgment variable. Contains an element number variable used in accessing an array variable (1–1024). 8-16 IM AQ6370C-17EN...
Page 159
@$ character string will be ignored, and are converted as follows. • “ , ” • Numbers up to the next string or delimiter If no numeric exists in @$ character string, “0” is substituted for variable @. 8-17 IM AQ6370C-17EN...
Page 160
Sets the interval time for repeat MINIMUM, 1 to 99999sec (1 step) sweep (MINIMUM when set to 0.) Note Program commands not having a model listed in the chart are valid on all models (AQ6370C, AQ6373, and AQ6375). 8-18 IM AQ6370C-17EN...
Page 161
@@@@@: G, H, I, J, K, P, Q, R, @@@@@ @@@@@ to measurement S, X, Y, Z, WM, W1, W2, W(CH), center wavelength PKWL, MEANWL, WDMWL(CH), NFWL(CH) CENTER FREQ ***.**** Sets measurement center frequency. AQ6370C 176.5000 to 500.0000THz (0.0001 step) AQ6373 250.0000 to 856.5000THz (0.0001 step) AQ6375 125.0000 to 250.0000THz...
Page 162
0, 0.05 to 610.00 THz (0.01 step) AQ6375 0.01 to 130.00 THz (0.01 step) SPAN FREQ Sets the value of variable @@@@@: G, H, I, J, K, P, Q, R, @@@@@ @@@@@ to the measuring span S, X, Y, Z, W2-W1, SPWD 8-20 IM AQ6370C-17EN...
Page 163
0nm SWEEP TIME ** Sets sweep time used when a 0(MINIMUM), 1 to 50 (1step) sweep is made in a 0 nm measuring span. VIEW SCALE-> Sets the current display conditions MEAS SCALE to measuring conditions. 8-21 IM AQ6370C-17EN...
Page 164
LEVEL UNIT ###### Sets the unit of a level scale. ###: dBm, dBm/nm Note For the AQ6375, dBm/nm and W/nm cannot be selected for LEVEL UNIT when the horizontal axis is wavenumber. (DBM/NM parameters cannot be set. ) 8-22 IM AQ6370C-17EN...
Page 165
AUTO SUB SCALE ### Automatically sets the sub scale ###: ON/OFF from the calculated trace waveform SUB REF LEVEL Sets the position of the reference 0 to 12 (1 step) POSITION **DIV level on the sub level scale Index 8-23 IM AQ6370C-17EN...
Page 166
SENS NORMAL/AUTO Sets the measuring sensitivity to NORMAL/AUTO SENS NORMAL Sets measuring sensitivity to NORMAL SENS MID Sets measuring sensitivity to MID. SENS HIGH1 Sets measuring sensitivity to HIGH1. AQ6370C SENS HIGH1/CHOP Sets measuring sensitivity to AQ6375 HIGH1/CHOP SENS HIGH2 Sets measuring sensitivity to HIGH2. AQ6370C...
Page 167
SMOOTHING ### Turns the smoothing function AQ6370C/AQAQ6373 ON/OFF ###: ON/OFF FIBER CORE SIZE Switches the fiber core size mode. AQAQ6373 ###### ######: SMALL/LARGE FIBER CONNECTOR Sets the optical fiber connector type. AQ6370C ##### #####: NORMAL / ANGLED 8-25 IM AQ6370C-17EN...
Page 168
Sets trace F to TRACE D+E computation mode (LIN) F=D-E(LIN) Sets trace F to TRACE D-E computation mode (LIN) F=E-D(LIN) Sets trace F to TRACE E-D computation mode (LIN) G=C-F(LOG) Sets trace G to TRACE C-F computation mode (LOG) 8-26 IM AQ6370C-17EN...
Page 169
TRACE #-># Copies data from TRACE of the #: A to G variable @ to TRACE of the variable @ TRACE # CLEAR Clears trace # data. #: A to G ALL TRACE CLEAR Clears all trace data. 8-27 IM AQ6370C-17EN...
Page 170
0.5 to 4200.0 cm (0.1 step) ZOOM SPAN WNUM Sets the value of variable @@@@@: G, H, I, J, K, P, Q, R, @@@@@ @@@@@ to the display scale S, X, Y, Z, W2-W1, SPWD span. (only for AQ6375) 8-28 IM AQ6370C-17EN...
Page 171
ZOOM to the right side of the waveform screen OVERVIEW SIZE Sets OVERVIEW display during LARGE ZOOM to a large display OVERVIEW SIZE Sets OVERVIEW display during SMALL ZOOM to a small display ZOOM INITIALIZE Resets the display scale to the initial state. 8-29 IM AQ6370C-17EN...
Page 172
TRACE # CLEAR Clears trace # data. #: A to G ALL TRACE CLEAR Clears all trace data. DISPLAY OFF Turns the display OFF AQ6370C DISPLAY ON Turns the display ON AQ6370C 8-30 IM AQ6370C-17EN...
Page 173
600.000 to 2400.000 (0.001 step) LINE MARKER1 Sets line marker 1 to a specified AQ6370C ***.****THz frequency position (according to a 176.5000 to 500.0000 frequency value). (0.0001 step) AQ6373 250.0000 to 856.5000 (0.0001 step) AQ6375 60.5000 to 250.0000 (0.0001 step) 8-31 IM AQ6370C-17EN...
Page 174
LINE MARKER3 Sets line marker 3 to the level @@@@@: G, H, I, J, K, P, Q, R, @@@@@ position of variable @@@@@ S, X, Y, Z, LM, L1, L2, L(CH), PKLVL, WDMLVL(CH), NFLVI(CH), NFLVO(CH), NFASELV(CH), MKPWR 8-32 IM AQ6370C-17EN...
Page 175
L1-L2 ### function in the range surrounded by line markers 1 and 2 SEARCH/ANA Selects ON/OFF for the analysis ###: ON/OFF ZOOM AREA ### function of the display scale range MARKER LIST PRINT Prints out multiple marker values. 8-33 IM AQ6370C-17EN...
Page 176
Sets the search mode AQ6370C ###### ######: SINGLE/MULTI MULTI SEARCH Sets the multi search threshold AQ6370C THRESH **.**dB 0.01: 99.99 (0.01 step) MULTI SEARCH Sets the multi search AQ6370C SORT BY ##### detection list sort order #####: WL/LEVEL 8-34 IM AQ6370C-17EN...
Page 177
Sets the reference for making notch #####: PEAK/BOTTOM ###### width measurements. SMSR * Sets the execution mode applied in 1, 2 SMR measurement SMSR MASK Sets a mask range close to the peak 0.00 to 99.99 (0.01 step) ±**.**nm during SMSR1 measurements 8-35 IM AQ6370C-17EN...
Page 178
WDM FITTING ALGO Sets the fitting algorithm for finding LORENZ noise level to Lorenz curve mode WDM FITTING ALGO Sets the fitting algorithm for finding 3RD POLY noise level in 3rd polynomial mode. 8-36 IM AQ6370C-17EN...
Page 179
WDM SIGNAL POWER Sets the signal power calculation AQ6370C/AQ6373 ######## method. ########: PEAK / INTEGRAL WDM INTEGRAL Sets the signal power integral range. AQ6370C/AQ6373 RANGE ***GHz 10 to 999 (1step) COLOR ANALYSIS Performs a color analysis AQ6373 EDFA NF ANALYSIS Performs analysis necessary for EDFA-NF measurements.
Page 181
Clears trace data in the memory 0 to 63 (1 step) CLEAR MEMORY @ Clears the trace data in the memory @: G, H, I, J, K, P, Q, R, S, X, Y, Z specified by the variable @/ 8-39 IM AQ6370C-17EN...
Page 182
**: 0 to 63 (1 step) EXT @@ name specified in the variable @@ @@:A$, B$, C$, D$ in external memory WRITE GRAPH INT: Specifies a file name and saves ’########.***’:File name ’########.***’ graphic data in internal memory. 8-40 IM AQ6370C-17EN...
Page 183
Sets the data storage format to CSV DATA WRITE:DT7 Sets the data storage format to DT7 AQ6375 DATA WRITE:DT8 Sets the data storage format to DT8 AQ6370C DATA WRITE:DT9 Sets the data storage format to DT9 AQ6373 WRITE DATA INT: Specifies a file name and saves data ’########.***’: file name...
Page 184
Reads setting data of the file name @@: A$, B$, C$, D$ specified by the variable @@ from internal memory READ SETTING EXT Reads setting data of the file name @@: A$, B$, C$, D$ specified by the variable @@ from external memory 8-42 IM AQ6370C-17EN...
Page 185
RENAME EXT:## Changes the names of files in ##, @@: A$, B$, C$, D$ external memory specified by the variable ## to the file names specified by the variable @@ REMOVE USB Brings USB storage media online STORAGE 8-43 IM AQ6370C-17EN...
Page 186
TMPLATE WL SHIFT Sets the amount of wavelength shift –999.999 to 999.999 (0.001 step) ****.***nm of the template. TEMPLATE LEVEL Sets the amount of level shift of the –99.99 to 99.99 (0.01 step) SHIFT ***.**dB template. 8-44 IM AQ6370C-17EN...
Page 187
WL ****.****nm wavelength. (0.0001 step) CUSTOM GRID STOP Inputs the user grid table stop 176.3486 to 299.7924 FREQ ***.****THz frequency. (0.0001 step) CUSTOM GRID Inputs the user grid table grid 0.1 to 999.9 (0.1 step) SPACING ***.*GHz spacing. 8-45 IM AQ6370C-17EN...
Page 188
Sets the trigger input mode AQ6370C SAMPLING ENABLE to sampling enable TRIGGER OUTPUT Sets the trigger output mode to SWEEP STATUS sweep status TRIGGER OUTPUT Turns OFF the trigger output mode REMOVE USB Brings USB storage media online STORAGE 8-46 IM AQ6370C-17EN...
Page 189
Converts the string in variable @ to @: G, H, I, J, K, P, Q, R, S, X, Y, Z a numerical value an substitutes the @$: A$, B$, C$, D$ value into variable @. BEEP ** Buzzer sounds for ** x 100 msec. 1 to 10 (1 step) Index 8-47 IM AQ6370C-17EN...
Page 191
NFCHN, NFWL(CH), NFLVLI(CH), NFLVLO(CH), NFASELV(CH), NFGAIN(CH), NFNF(CH), MKPWR, PMD, M, N, CH, A$, B$, C$, D$, FILE$ PRINT DATA AREA Prints out the contents of the data area. PRINT OUTPUT Prints out the contents of OUTPUT WINDOW WINDOW 8-49 IM AQ6370C-17EN...
Page 192
@: G, H, I, J, K, P, Q, R, S, X, Y, (@@@@@) of the wavelength @@@@@ (variable) on the active trace into @@@@@: G, H, I, J, K, P, Q, R, variable @. S, X, Y, Z, WM, W1, W2, W(CH), MEANWL, PKWL, WDMLVL(CH), WDMWL(CH), NFWL(CH) 8-50 IM AQ6370C-17EN...
Page 193
@;’---20 chars ---’ as the listener, and following the cmd. in single quotes (’ ’), sends the value of variable @, and also sends the cmd in single quotes. The delimiter is the setting value of SET DELIMITER. 8-51 IM AQ6370C-17EN...
Page 194
@$. Up to 512 characters can be received. The delimiter is the setting value of SET DELIMITER. RESET OPTION On the external instrument connected to the GP-IB2 connector performs a remote clear, device clear, and interface clear. 8-52 IM AQ6370C-17EN...
Page 196
Outputs the contents of the data DATA AREA area to the OUTPUT WINDOW. OUTPUT WINDOW Clears the contents of the OUTPUT CLEAR WINDOW. OUTPUT WINDOW Sets whether to display or hide the ###: ON or OFF OUTPUT WINDOW on the screen. 8-54 IM AQ6370C-17EN...
A controller such as a PC that is connected to the GP-IB2 port cannot remotely control the AQ6370C. • Even if an external device to be controlled by the AQ6370C using program functions or a wavelength turnable laser source is connected to the GP-IB1 port, it cannot remote control the AQ6370C.
Page 198
Please ask your network administrator for details about network connections. • Using a command such as SEND LAN ’control command (56 characters)’;@, if you insert <wsp> between the command string and the variable @, add " " to the end of the command. 8-56 IM AQ6370C-17EN...
:Wait three second. 022 N=N-1 ; IF N <> 0 GOTO 10 :Subtract 1 from loop Index counter N and if the result is not 0, make a jump to line 010. 023 END :Exit the Program. 8-57 IM AQ6370C-17EN...
Page 200
:Output the contents of A$ to OUTPUT WINDOW. 008 N=N-1;IF N<>0 GOTO 4 :Substart 1 from loop counter N and if the result is not 0, make a jump to line 004. 009 END :End the program. 8-58 IM AQ6370C-17EN...
Press the GP-IB soft key to specify GP-IB as the communication interface. Press the COMMAND FORMAT soft key. The command format setting menu is displayed. Press the AQ6317 soft key. Selected program number Index App-1 IM AQ6370C-17EN...
Page 202
Switching Command Modes with Commands The command mode can also be switched using the following GP-IB commands. Commands to use when in AQ6370C, AQ6373 or AQ6375 mode (invalid in the AQ6317- compatible mode) :SYSTem:COMMunicate:CFORmat<wsp><mode>...
• Upon receipt of DCL or SDC • At a start of measurement Bit 0 After sweep finishes, “1” is set. • Upon execution of serial polling • Upon receipt of DCL or SDC • At a start of measurement Index App-3 IM AQ6370C-17EN...
Page 204
List of the AQ6317-Compatible Commands For compatibility with the AQ6370C/AQ6373/AQ6375, see the following table, AQ6317- Compatible Commands. AQ6317 Series Operates in AQ6370C/AQ6375 Control Command Remarks Control AQ6317- Corresponding to AQ6317 Command Comp Mode Command × 3DRCL × A+BCL ○ :CALCulate:MATH:TRC<wsp>A+B(LIN) ○...
Page 205
List of the AQ6317-Compatible Commands AQ6317 Series Operates in AQ6370C/AQ6375 Control Command Remarks Control AQ6317- Corresponding to AQ6317 Command Comp Mode Command BZCLK* ○ :SYSTem:BUZZer:CLICk<wsp>OFF |ON|0|1 BZWRN* ○ :SYSTem:BUZZer:WARNing<wsp> OFF|ON|0|1 ○ :TRACe:COPY<wsp>TRA,TRC ○ :TRACe:COPY<wsp>TRC,TRB CLMES ○ ○ :TRACe:DELete<wsp>TRA; :TRACe:DELete<wsp>TRB; :TRACe:DELete<wsp>TRC CNDDT* ○...
Page 206
List of the AQ6317-Compatible Commands AQ6317 Series Operates in AQ6370C/AQ6375 Control Command Remarks Control AQ6317- Corresponding to AQ6317 Command Comp Mode Command DUTCHF***; × ###.### DUTLEV**.** × DUTSNR**.** × EDFCVF* × EDFTH**.* × EDNF × ENVK**.** ○ :CALCulate:PARameter[:CATegory]: SWENvelope:K<wsp><NRf> ENVT1**.** ○...
Page 207
List of the AQ6317-Compatible Commands AQ6317 Series Operates in AQ6370C/AQ6375 Control Command Remarks Control AQ6317- Corresponding to AQ6317 Command Comp Mode Command Diff. parameter L1MK? ▲ :CALCulate:LMARker:X?<wsp>1 range Diff. parameter L2FMK****.**** ▲ :CALCulate:LMARker:X<wsp>2,<NRf> range [HZ] Diff. parameter L2MK****.*** ▲ :CALCulate:LMARker:X<wsp>2,<NRf>...
List of the AQ6317-Compatible Commands AQ6317 Series Operates in AQ6370C/AQ6375 Control Command Remarks Control AQ6317- Corresponding to AQ6317 Command Comp Mode Command LDTDIG* ○ LED○;□;▲;**** ▲ :CALCulate:PARameter[:CATegory]: LED<wsp><item>,<paramater>,<data> LEDAN ○ :CALCulate:CATegory<wsp>LED|6 LHLD* ○ :DISPlay[:WINDow]:SPLit<wsp>ON|1; :DISPlay[:WINDow]:SPLit:HOLD: LOWer<wsp>OFF|ON|0|1 LMKCL ○ :CALCulate:LMARker:AOFF LNGT**.*** ○...
Page 209
List of the AQ6317-Compatible Commands AQ6317 Series Operates in AQ6370C/AQ6375 Control Command Remarks Control AQ6317- Corresponding to AQ6317 Command Comp Mode Command MAXA ○ :TRACe:ATTRibute:TRA<wsp>MAX|2 Diff. parameter range MCLR*** ▲ :CALCulate:MARKer[:STATe]<wsp> <marker>,OFF|0 MEM* × MESWL* ○ :SENSe:CORRection:RVELocity: MEDium<wsp>AIR|VACuum|0|1 MIMSK**.** ×...
Page 210
List of the AQ6317-Compatible Commands AQ6317 Series Operates in AQ6370C/AQ6375 Control Command Remarks Control AQ6317- Corresponding to AQ6317 Command Comp Mode Command OFIN***.** × OFOUT***.** × OPALIGN ○ :CALibration:ALIGn[:IMMediate] PKHLD**** ○ PKSR ○ :CALCulate:MARKer:MAXimum PKSR? ○ • PKHLD**** when PEAK HOLD MODE PLMES ×...
Page 211
List of the AQ6317-Compatible Commands AQ6317 Series Operates in AQ6370C/AQ6375 Control Command Remarks Control AQ6317- Corresponding to AQ6317 Command Comp Mode Command Loads external memory RDTMP'@@@@' ▲ :MMEMory:LOAD:TEMPlate<wsp> <template>,<"file name">,EXTernal <template> = UPPer|LOWer|TARGet REF = M ○ :CALCulate:MARKer:SRLevel REF = P ○...
Page 212
List of the AQ6317-Compatible Commands AQ6317 Series Operates in AQ6370C/AQ6375 Control Command Remarks Control AQ6317- Corresponding to AQ6317 Command Comp Mode Command Chopper SHI1 ▲ :SENSe:SENSe<wsp>HIGH1|3; Unused :SENSe:CHOPer<wsp>OFF|0 Chopper SHI2 ▲ :SENSe:SENSe<wsp>HIGH2|4; Unused :SENSe:CHOPer<wsp>OFF|0 Chopper SHI3 ▲ :SENSe:SENSe<wsp>HIGH3|5; Unused :SENSe:CHOPer<wsp>OFF|0 SKM**.*...
Page 213
List of the AQ6317-Compatible Commands AQ6317 Series Operates in AQ6370C/AQ6375 Control Command Remarks Control AQ6317- Corresponding to AQ6317 Command Comp Mode Command Diff. parameter range STAF***.*** ▲ :SENSe:WAVelength:STARt<wsp><NRf>[HZ] Diff. parameter range STAWL****.** ▲ :SENSe:WAVelength:STARt<wsp><NRf>[M] ○ :ABORt Diff. parameter range STPF***.*** ▲...
Page 214
List of the AQ6317-Compatible Commands AQ6317 Series Operates in AQ6370C/AQ6375 Control Command Remarks Control AQ6317- Corresponding to AQ6317 Command Comp Mode Command Diff. talker format TRB? ▲ :TRACe:ATTRibute:TRB? 2: MAX HOLD / MIN HOLD TRC? × :TRACe:ATTRibute:TRC? TRFMT* ○ UCWRN* ○...
Page 215
List of the AQ6317-Compatible Commands AQ6317 Series Operates in AQ6370C/AQ6375 Control Command Remarks Control AQ6317- Corresponding to AQ6317 Command Comp Mode Command Diff. set value WDMNOI* ▲ [NOISE_ALGO is Auto Center] (NOISE POI=CTR) 0: AUTO-FIX 1: AUTO-CTR :CALCulate:PARameter[:CATegory] Set only in WDM Analysis, not in NF :WDM:NALGo<wsp>ACENter|2...
Page 216
List of the AQ6317-Compatible Commands AQ6317 Series Operates in AQ6370C/AQ6375 Control Command Remarks Control AQ6317- Corresponding to AQ6317 Command Comp Mode Command Saving to the external memory WR*'@@@@' ○ :MMEMory:STORe:TRACe<wsp> <trace name>,BIN|CSV, <"file name">,EXTernal <trace name>=TRA|TRB|TRC WR3D*'@@@@' × Saving to the external memory WRDT '@@@@' ○...
HIGH1, HIGH2, HIGH3 of Measurement Sensitivity For the AQ6370C or AQ6373 Even when the measurement sensitivity of the instrument is set to HIGH1 or HIGH2 or HIGH3, the chopper cannot operate unless the CHOP MODE setting of the SENS/MODE key is set to SWITCH. However, with AQ6317 series instruments, if the measurement sensitivity is set to HIGH1, HIGH2, or HIGH3, a chopper that removes monochrometer stray light is activated.
Page 218
FIBER CORE SIZE ............7-6, 8-25 Overlappable Commands ............. 7-1 FILE ................7-12, 8-40 Overlapping Commands ............7-1 FILTER-BTM ............... 7-83 FILTER-PK ................. 7-83 Flow Control ................. 4-7 FORMat Sub System Command ........7-62 FP-LD ................. 7-82 Function Commands ............8-5 Index-1 IM AQ6370C-17EN...
Page 219
SYStem Sub System Command ........7-72 Page Talker Function ..............2-3 TCP/IP .................. 3-4 THRESH ................7-82 TRACE ................ 7-8, 8-26 TRACe Sub System Command .......... 7-76 TRIGger Sub System Command ........7-80 Types of Commands............. 7-1 Index-2 IM AQ6370C-17EN...
Need help?
Do you have a question about the AQ6370C and is the answer not in the manual?
Questions and answers