Trace[:data][:y][:wavelength – EXFO FTB-5230S Optical Spectrum Analyzer for FTB 200 v2 User Manual
Page 607

Referencia de instrucciones SCPI
OSA
601
Product-Specific Commands—Description
The response corresponds to the Y-axis
values vector of the trace. Returned values are
evenly spaced relative to the X-axis expressed in
meter.
X-axis wavelength interval between each Y value
is determined as follow:
interval = (stop - start) / (count - 1) where:
start = TRACe[:DATA]:X:STARt[:WAVelength]?
stop = TRACe[:DATA]:X:STOP[:WAVelength]?
count = TRACe:POINts?
The points unit is determined by the trace
definition context. When trace data represents
absolute power, returned values are in dBm.
When trace data represents relative power,
returned values are in dB.
Example(s)
FORMat:DATA ASC
TRAC:DATA? "TRC1" Returns
-5.246202E+001,-5.246195E+001,-5.246181E+001
,...
FORMat:DATA PACK
TRAC:DATA? "TRC1" Returns binary data
:TRACe[:DATA][:Y][:WAVElength]?