<%@LANGUAGE="JAVASCRIPT"%>
<%
// *** Validate request to log in to this site.
var MM_LoginAction = Request.ServerVariables("URL");
if (Request.QueryString!="") MM_LoginAction += "?" + Request.QueryString;
var MM_valUsername=String(Request.Form("name"));
if (MM_valUsername != "undefined") {
var MM_fldUserAuthorization="";
var MM_redirectLoginSuccess="vip/vipwelcome.asp";
var MM_redirectLoginFailed="fail.htm";
var MM_flag="ADODB.Recordset";
var MM_rsUser = Server.CreateObject(MM_flag);
MM_rsUser.ActiveConnection = MM_mysiteVIP_STRING;
MM_rsUser.Source = "SELECT Username, PASSWORD";
if (MM_fldUserAuthorization != "") MM_rsUser.Source += "," + MM_fldUserAuthorization;
MM_rsUser.Source += " FROM vip WHERE Username='" + MM_valUsername + "' AND PASSWORD='" + String(Request.Form("pwd")) + "'";
MM_rsUser.CursorType = 0;
MM_rsUser.CursorLocation = 2;
MM_rsUser.LockType = 3;
MM_rsUser.Open();
if (!MM_rsUser.EOF || !MM_rsUser.BOF) {
// username and password match - this is a valid user
Session("MM_Username") = MM_valUsername;
if (MM_fldUserAuthorization != "") {
Session("MM_UserAuthorization") = String(MM_rsUser.Fields.Item(MM_fldUserAuthorization).Value);
} else {
Session("MM_UserAuthorization") = "";
}
if (String(Request.QueryString("accessdenied")) != "undefined" && false) {
MM_redirectLoginSuccess = Request.QueryString("accessdenied");
}
MM_rsUser.Close();
if (Session("MM_Username") == "admin") {
Session("loginOK") = "YES";
Response.Redirect("admindb/database.asp");
} else {
Response.Redirect(MM_redirectLoginSuccess);
}
}
MM_rsUser.Close();
Response.Redirect(MM_redirectLoginFailed);
}
%>
AEROTEK - New Products
|
|
 |
New Product |
|
|
Menu |
 |
|
|
|
|
 |
|
 |
 |
Coaxial Isolators and Circulators
High frequency up to 26.5 GHz  |
Model No. |
Frequency (GHz) |
Isolation dB (min) |
Ins. Loss dB (max) |
VSWR (Max) |
Operating Temp.
(°C) |
Power rating
(Watts) |
Dimension
( W x L x T) (mm.) |
Weight (G) |
Circulator |
Isolator |
Peak(W) |
Avg. (W) |
L02-1FFF |
L02-1L1FF |
17.0-20.0 |
20 |
0.5 |
1.25 |
-54 to +85 |
100 |
25 |
13 x 16 x13 |
20 |
L08-1FFF |
L08-1L1FF |
18.0-22.0 |
20 |
0.5 |
1.25 |
-54 to +85 |
100 |
25 |
13 x 16 x13 |
20 |
L12-1FFF |
L12-1L1FF |
19.0-23.5 |
20 |
0.5 |
1.25 |
-54 to +85 |
100 |
25 |
13 x 16 x13 |
20 |
L19-1FFF |
L19-1L1FF |
21.0-25.5 |
20 |
0.5 |
1.25 |
-54 to +85 |
100 |
25 |
13 x 16 x13 |
20 |
L23-1FFF |
L23-1L1FF |
22.0-26.5 |
20 |
0.5 |
1.25 |
-54 to +85 |
100 |
25 |
13 x 16 x13 |
20 |
* Finished nickel plated
* Standard termination for an isolator is 1 Watt |
* Standard connector is stainless steel SMA
* Average Power 25 Watts for circulator |
|