Appendix G: The automated test equipment (ATE) interface
bool GetInterlock(classname);
Description: Returns the current interlock state of the active controller. The
normal, working state is TRUE. If the interlock is disconnected from the back
of the instrument or if the instrument is powered off, this function returns
FALSE.
Controller Types: All
Example:
GetInterlock(Obj);
Returns: ans = true
string GetIP(classname);
Description: Returns the IP Address (as a string) for the active controller.
Controller Types: All
Example:
Address = GetIP(Obj);
Returns: Address = ‘172.17.200.114’
double GetLastFrequency(classname);
Description: Returns the last frequency (in THz) of the active laser.
Controller Types: 4006, 4106, 2210, 2012
Example:
GetLastFrequency(Obj);
Returns: ans = 196.25
fl
oat GetPhotoCurrent(classname);
Description: Returns the photocurrent (in mA) of the receiver in the active
controller.
Controller Types: 4006, 4106
Example:
GetPhotoCurrent(Obj);
Returns: ans = 11.034
polarization GetPolarization(classname);
Description: Returns the polarization state.
Valid Polarization states:
fi
lter1,
fi
lter2, unknown, hardwarefailed.
Controller Types: 2210
Example:
GetPolarization(Obj);
Returns: ans =
fi
lter2
bool InitializePolarization(classname);
Description: Initializes the polarization state. Returning True = Successful.
Controller Types: 2210
Example:
InitializePolarization(Obj);
Returns: ans = true
bool SetActiveControllerByIPAddress(classname, string_ipAddress);
Description: Sets the active controller by IP Address. True = Successful.
Controller Types: All
Example:
SetActiveControllerByIPAddress(Obj,
‘172.17.200.112’);
Returns: ans = true
Returns (after GetIP(Obj)): ans = ‘172.17.200.112’
156
OM4000D Series Coherent Lightwave Signal Analyzer
Содержание OM4006D
Страница 1: ...xx OM4106D and OM4006D Coherent Lightwave Signal Analyzer ZZZ User Manual P071316002 071 3160 02...
Страница 2: ......
Страница 6: ......
Страница 22: ...Compliance information xvi OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 24: ...Preface xviii OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 100: ...Taking measurements 76 OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 132: ...Appendix A MATLAB variables used by core processing 108 OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 146: ...Appendix D Automatic receiver deskew 122 OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 176: ...Appendix F Configuring two Tektronix 70000 series oscilloscopes 152 OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 202: ...Appendix H Cleaning and maintenance 178 OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 205: ...Index W Waveform averaging 48 OM4000D Series Coherent Lightwave Signal Analyzer 181...