RF_Cav_Dvc 
Logical Entity Name  Radio Frequency Cavity Device 
Default Table Name  RF_Cav_Dvc 
Oracle Temporary Table  NO 
Physical Only  NO 
Do Not Generate  False 
Owner   
Definition 
RF Cavity Device:
 
Note 
 
PreSQL   
DDL Code  CREATE TABLE RF_Cav_Dvc(
     DVC_ID                     VARCHAR2(50)      NOT NULL,
     "RF Multi Gap Ind"         CHAR(1)           DEFAULT 'N' NOT NULL,
     "Dsgn Freq"                NUMBER(12, 6),
     TTF                        NUMBER(12, 6),
     "Angle Calib"              NUMBER(12, 6),
     "Ampl Calib"               NUMBER(12, 6),
     "Cav Lngth"                NUMBER(12, 6),
     "T0 Coef"                  NUMBER(12, 6),
     "T1 Coef"                  NUMBER(12, 6),
     "T2 Coef"                  NUMBER(12, 6),
     "TP0 Coef"                 NUMBER(12, 6),
     "TP1 Coef"                 NUMBER(12, 6),
     "TP2 Coef"                 NUMBER(12, 6),
     "S0 Coef"                  NUMBER(12, 6),
     "S1 Coef"                  NUMBER(12, 6),
     "S2 Coef"                  NUMBER(12, 6),
     "SP0 Coef"                 NUMBER(12, 6),
     "SP1 Coef"                 NUMBER(12, 6),
     "SP2 Coef"                 NUMBER(12, 6),
     "Struct Type Ind"          CHAR(1),
     "T0 End Coef"              NUMBER(12, 6),
     "T1 End Coef"              NUMBER(12, 6),
     "Q Ld"                     NUMBER(12, 6),
     "Standard Medium Number"   NUMBER(14, 3),
     "T2 End Coef"              NUMBER(12, 6),
     "TP0 End Coef"             NUMBER(12, 6),
     "TP1 End Coef"             NUMBER(12, 6),
     "TP2 End Coef"             NUMBER(12, 6),
     "S0 End Coef"              NUMBER(12, 6),
     "S1 End Coef"              NUMBER(12, 6),
     "S2 End Coef"              NUMBER(12, 6),
     "SP0 End Coef"             NUMBER(12, 6),
     "SP1 End Coef"             NUMBER(12, 6),
     "SP2 End Coef"             NUMBER(12, 6),
     CONSTRAINT RF_CAVITY_DVC_PK PRIMARY KEY (DVC_ID)
     USING INDEX
         LOGGING,
     CONSTRAINT RF_CAV_DVC_DVC_RF FOREIGN KEY (DVC_ID)
     REFERENCES EPICS.DVC(DVC_ID)
)
LOGGING
NOPARALLEL
NOCACHE
NOCOMPRESS
;
 
PostSQL   

RF_Cav_Dvc Columns 
ColumnName  Domain  Datatype  NULL  Definition 
DVC_ID(PK)(FK)  Device Id  VARCHAR2(50)  NO 
Device Identifier: The unique identifier for the device.  It is represented in the form of a bar code.  The identifier consists of the concatenation of the following fields:  System ID, Subsystem ID, Device Qualifier, Device Type and Device Instance.
 
RF Multi Gap Ind  Indicator  CHAR(1)  NO 
RF Multigap Indicator
 
Dsgn Freq    NUMBER(12, 6)  YES 
Design Frequency: Cavity design frequency (MHz)

 
TTF    NUMBER(12, 6)  YES 
Transit Time Factor
 
Angle Calib    NUMBER(12, 6)  YES 
Angle Calibration:  Default is "0"
 
Ampl Calib    NUMBER(12, 6)  YES 
Amplitude Calibration:  Default is "1"
 
Cav Lngth    NUMBER(12, 6)  YES 
Cavity Length: Cavity Length in meters.
 
T0 Coef    NUMBER(12, 6)  YES 
T0 Coefficient: Constant for the T fit with beta.

 
T1 Coef    NUMBER(12, 6)  YES 
T1 Coefficient: Linear term coefficient for the T fit with beta.
 
T2 Coef    NUMBER(12, 6)  YES 
T2 Coefficient: Quadratic term coefficient for the T fit with beta.
 
TP0 Coef    NUMBER(12, 6)  YES 
TP0 Coefficient: Constant for the T-prime fit with beta.
 
TP1 Coef    NUMBER(12, 6)  YES 
TP1 Coefficient: Linear term coefficient for the T-prime fit with beta.
 
TP2 Coef    NUMBER(12, 6)  YES 
TP2 Coefficient: Quadratic term coefficient for the T-prime fit with beta.
 
S0 Coef    NUMBER(12, 6)  YES 
S0 Coefficient: Constant for the S fit with beta.
 
S1 Coef    NUMBER(12, 6)  YES 
S1 Coefficient: Linear term coefficient for the S fit with beta.
 
S2 Coef    NUMBER(12, 6)  YES 
S2 Coefficient: Quadratic term coefficient for the S fit with beta.
 
SP0 Coef    NUMBER(12, 6)  YES 
SP0 Coeffiecient: Constant for the S-prime fit with beta.
 
SP1 Coef    NUMBER(12, 6)  YES 
SP1 Coefficient: Linear term coefficient for the S-prime fit with beta.
 
SP2 Coef    NUMBER(12, 6)  YES 
SP2 Coefficient:Quadratic term coefficient for the S-prime fit with beta.
 
Struct Type Ind    CHAR(1)  YES 
Structure Type Indicator: The cavity structure type. 0 = 0 mode; 1 = pi mode.
 
T0 End Coef    NUMBER(12, 6)  YES 
T0 End Cell Coefficent: The end cell protperty of the cavity.
 
T1 End Coef    NUMBER(12, 6)  YES 
T1 End Cell Coefficent: The end cell protperty of the cavity.
 
Q Ld    NUMBER(12, 6)  YES 
Q Loaded: The measured cavity quality factor including external attachements.
 
Standard Medium Number  Standard Medium Number  NUMBER(14, 3)  YES 
 
T2 End Coef    NUMBER(12, 6)  YES 
T2 End Cell Coefficent: The end cell protperty of the cavity.
 
TP0 End Coef    NUMBER(12, 6)  YES 
TP0 End Cell Coefficent: The end cell protperty of the cavity.
 
TP1 End Coef    NUMBER(12, 6)  YES 
TP1 End Cell Coefficent: The end cell protperty of the cavity.
 
TP2 End Coef    NUMBER(12, 6)  YES 
TP2 End Cell Coefficent: The end cell protperty of the cavity.
 
S0 End Coef    NUMBER(12, 6)  YES 
TP0 End Cell Coefficent: The end cell protperty of the cavity.
 
S1 End Coef    NUMBER(12, 6)  YES 
S1 End Cell Coefficent: The end cell protperty of the cavity.
 
S2 End Coef    NUMBER(12, 6)  YES 
S2 End Cell Coefficent: The end cell protperty of the cavity.
 
SP0 End Coef    NUMBER(12, 6)  YES 
SP0 End Cell Coefficent: The end cell protperty of the cavity.
 
SP1 End Coef    NUMBER(12, 6)  YES 
SP1 End Cell Coefficent: The end cell protperty of the cavity.
 
SP2 End Coef    NUMBER(12, 6)  YES 
SP2 End Cell Coefficent: The end cell protperty of the cavity.
 

RF_Cav_Dvc Primary and Unique Keys 
Key Name  Key Type  Keys 
RF_CAVITY_DVC_PK  PrimaryKey  DVC_ID 

RF_Cav_Dvc Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable  Initially Deferred 
DVC  Identifying  One to Zero or One  RF_CAV_DVC_DVC_RF      DVC_ID  NO  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable  Initially Deferred 
RF_Gap  Identifying  One To Zero or More  rf_cav_dvc_rf_gap_rf        NO  NO  NO 

RF_Cav_Dvc Check Constraints 
Check Constraint Name  CheckConstraint 

RF_Cav_Dvc Storage 
STORAGE OPTION  STORAGE VALUE 
TABLESPACE   
PctFree   
PCTUSED    
MinExtents   
MaxExtents   
Initial   
Next   
PctIncrease   
InitTrans   
MaxTrans   
Organization  Heap 
Cache  NO 
Logging   
Parallel  NO 
Parallel Degrees   
Parallel Instances   
FREELISTS   
FREELIST GROUPS   
Buffer Pool   
Table Compression  NO 
Compress Expression   
Row Movement  Disabled 

RF_Cav_Dvc Partitions 
PARTITION PROPERTY  PARTITION PROPERTY VALUE 

RF_Cav_Dvc Growth Metrics 
TABLE METRIC  TABLE METRIC VALUE 
Current Row Count 
Growth  Static 
Growth Type  N/A 
Growth Period  N/A 
Maximum Rows 
Average Row Size 

RF_Cav_Dvc Object Permissions 

User/Role Name  Grantee Type  Permission Type  Action Type  Is Action Extended  Is System 
RF_Cav_Dvc Security Types 
Name  Current Value 

RF_Cav_Dvc Bound Attachments 
Name  Current Value 

RF_Cav_Dvc Where Used - Model Usage 
Mapped Object  Is User Defined?  Denormalization Mappings  Description  Bound Attachments 
Logical
EPICS.Radio Frequency Cavity Device 
NO       
ALARM_MYSQL (MySQL)
Does Not Exist 
NO       
ALARM_ORACLE (Oracle)
Does Not Exist 
NO       
BICS (Oracle)
Does Not Exist 
NO       
BLM (Oracle)
Does Not Exist 
NO       
BYPASS_REQ (Oracle)
Does Not Exist 
NO       
CHAN_ARCH (Oracle)
Does Not Exist 
NO       
CNMS_PRPSL (Oracle)
Does Not Exist 
NO       
DIAG (Oracle)
Does Not Exist 
NO       
DIAG_MPS (Oracle)
Does Not Exist 
NO       
ENGA (Oracle)
Does Not Exist 
NO       
EPICS (Oracle)
Does Not Exist 
NO       
EQUIP (Oracle)
Does Not Exist 
NO       
EXPRESS (Oracle)
Does Not Exist 
NO       
ICS_SFTW_APPL (Oracle)
Does Not Exist 
NO       
INSTR (Oracle)
Does Not Exist 
NO       
Instrument Logbook (Oracle)
Does Not Exist 
NO       
INVT (Oracle)
Does Not Exist 
NO       
IONSRC (Oracle)
Does Not Exist 
NO       
IONSRC1 (Oracle)
Does Not Exist 
NO       
IPTSv5 (Oracle)
Does Not Exist 
NO       
IRMISBase (Oracle)
Does Not Exist 
NO       
Logbook (Oracle)
Does Not Exist 
NO       
Magnet (Oracle)
Does Not Exist 
NO       
MPS (Oracle)
Does Not Exist 
NO       
NS_OPER (Oracle)
Does Not Exist 
NO       
OPER (Oracle)
Does Not Exist 
NO       
PART (Oracle)
Does Not Exist 
NO       
PRINT (Oracle)
Does Not Exist 
NO       
PROC (Oracle)
Does Not Exist 
NO       
PRPSL (Oracle)
Does Not Exist 
NO       
PUBL (Oracle)
Does Not Exist 
NO       
PUBL_V1 (Oracle)
Does Not Exist 
NO       
PV_LOGGER (Oracle)
Does Not Exist 
NO       
SCORE (Oracle)
Does Not Exist 
NO       
SICAT (Oracle)
Does Not Exist 
NO       
SMPL (Oracle)
Does Not Exist 
NO       
SMPLACT (Oracle)
Does Not Exist 
NO       
SURVEY (Oracle)
Does Not Exist 
NO       
Watchman (Oracle)
Does Not Exist 
NO       
XAL_OPTICS (Oracle)
RF_Cav_Dvc 
NO       
XF_ADMIN (Oracle)
Does Not Exist 
NO       

RF_Cav_Dvc Where Used - Submodel Usage 
Model  Submodel Usage 
Logical  Main Model 
Logical  EPICS 
Logical  XAL Optics 
XAL_OPTICS (Oracle)  Main Model 

RF_Cav_Dvc Data Movement Rules 
Name  Type  Rule Text/Value