User's Guide
II-VI Incorporated
375 Saxonburg Boulevard
Saxonburg, PA 16056
T. 724.352.4455 | F. 724.352.5284 | www.ii-vi.com
20
VER HW
int OtdrGetHwVer(T_HWVER *verHw)
T_HWVER Structure
defined in
otdr_interface.h
No
21
ALRM x HYS y
int
OtdrSetAlrmHysteresis(T_OTDRALARMS
alarm, int hysteresis);
T_OTDRALARMS
Structure defined in
otdr_interface.h
No
22
ALRM x CLR
int OtdrClearAlarmLatch(T_OTDRALARMS
alarm);
T_OTDRALARMS
Structure defined in
otdr_interface.h
No
23
AST
int OtdrGetAst(T_AST *ast)
T_AST Structure defined
in otdr_interface.h
No
24
ASTM N
int OtdrSetAstmNormal(void)
No
25
ASTM S
int OtdrSetAstmSticky(void)
No
26
ASTM
int OtdrGetAstm(int *mode)
No
27
RST
int OtdrFactoryReset(void);
No
28
BOOT
int OtdrReboot(void)
No
29
RTC
int OtdrGetRtc(char *time, char *date);
No
30
SUPPLY
int OtdrGetSupply(T_SUPPLY *supply);
T_SUPPLY Structure
defined in
otdr_interface.h
No
31
OTDR
EVENT_REFL_THR x
int OtdrSetEventReflectionThreshold(float
thr);
Yes
32
OTDR ANALYZE
int OtdrAnalyze(void)
Yes
33
ALRM x THR y
int
OtdrSetAlrmThreshold(T_OTDRALARMS
alarm, int threshold);
T_OTDRALARMS
Structure defined in
otdr_interface.h
No
34
RTC x y
int OtdrSetRtc(char *time, char *date);
No
35
otdr dump ltrace
int OtdrDumpTraceLinear(T_DUMPTRACE
*dumpTrace);
T_DUMPTRACE
Structure defined in
otdr_interface.h
Yes
36
otdr result
int OtdrResult(T_OTDRRESULT *result)
T_OTDRRESULT
Structure defined in
otdr_interface.h
Yes
37
ver full
int OtdrGetVerFull(T_VER_FULL *ver_full)
T_VER_FULL Structure
defined in
otdr_interface.h
No
38
OTDR Power
Operation
int OTDRPower(E_OTDRPOWERSWITCH
i_e_switch)
Structure defined in
otdr_interface.h.
typedef enum
{ OTDR_OFF = 0,
OTDR_ON
}E_OTDRPOWERSWITCH;
Yes
39
Get OTDR Power
Status
int getOTDRStatus()
Possible values:
OTDR_DEVICE_ON,
Yes