MULTIPOLES 
Logical Entity Name  Multipoles 
Default Table Name  MULTIPOLES 
Oracle Temporary Table  NO 
Physical Only  NO 
Do Not Generate  False 
Owner   
Definition 
Multipoles:  Multipole field coefficients. Coefficients are the multipole field/primary field x 10000.
 
Note 
 
PreSQL   
DDL Code  CREATE TABLE MULTIPOLES(
     TEST_DATE          DATE               DEFAULT sysdate NOT NULL,
     UPDOWN             NUMBER(2, 0),
     MULTIPOLES_CUR     NUMBER(12, 6),
     POLE               NUMBER(2, 0),
     X_REF              NUMBER(12, 6)      NOT NULL,
     Y_REF              NUMBER(12, 6)      NOT NULL,
     R_REF              NUMBER(12, 6),
     NORM_SKEW_CDE      NUMBER(1, 0),
     SHIM_THICK         NUMBER(12, 6),
     A1                 NUMBER(12, 6),
     A2                 NUMBER(12, 6),
     A3                 NUMBER(12, 6),
     A4                 NUMBER(12, 6),
     A5                 NUMBER(12, 6),
     A6                 NUMBER(12, 6),
     A7                 NUMBER(12, 6),
     A8                 NUMBER(12, 6),
     A9                 NUMBER(12, 6),
     A10                NUMBER(12, 6),
     A11                NUMBER(12, 6),
     A12                NUMBER(12, 6),
     A13                NUMBER(12, 6),
     A14                NUMBER(12, 6),
     A15                NUMBER(12, 6),
     B1                 NUMBER(16, 10),
     B2                 NUMBER(16, 10),
     B3                 NUMBER(16, 10),
     B4                 NUMBER(16, 10),
     B5                 NUMBER(14, 10),
     B6                 NUMBER(14, 10),
     B7                 NUMBER(14, 10),
     B8                 NUMBER(14, 10),
     B9                 NUMBER(14, 10),
     B10                NUMBER(14, 10),
     B11                NUMBER(14, 10),
     B12                NUMBER(14, 10),
     B13                NUMBER(14, 10),
     B14                NUMBER(14, 10),
     B15                NUMBER(14, 10),
     MEAS_DESC          VARCHAR2(255),
     SCENARIO_ID        VARCHAR2(50)       NOT NULL,
     EQUIP_ID           VARCHAR2(30)       NOT NULL,
     CONSTRAINT MULTIPOLES_PK PRIMARY KEY (TEST_DATE, EQUIP_ID)
     USING INDEX
         PCTFREE 10
         INITRANS 2
         MAXTRANS 255
         TABLESPACE MAGNET_INDEX_TS
         LOGGING
         STORAGE(INITIAL 10K
                 NEXT 10K
                 MINEXTENTS 1
                 MAXEXTENTS 121
                 PCTINCREASE 50
                 ),
     CONSTRAINT MAG_MULTIPOLES_RF FOREIGN KEY (EQUIP_ID)
     REFERENCES MAG(EQUIP_ID)
)
PCTFREE 10
PCTUSED 40
INITRANS 1
MAXTRANS 255
TABLESPACE MAGNET_TS
LOGGING
NOPARALLEL
STORAGE(INITIAL 10K
         NEXT 10K
         MINEXTENTS 1
         MAXEXTENTS 121
         PCTINCREASE 50
         )
NOCACHE
NOCOMPRESS
;
 
PostSQL   

MULTIPOLES Columns 
ColumnName  Domain  Datatype  NULL  Definition 
TEST_DATE(PK)  Date  DATE  NO 
Test Date
 
UPDOWN    NUMBER(2, 0)  YES 
Updown:  Up(+1) or down(-1) ramp indicator.
 
MULTIPOLES_CUR  Magnet Default  NUMBER(12, 6)  YES 
Current
 
POLE    NUMBER(2, 0)  YES 
Pole: Multipole of powered winding for measurement (Use if more than one per magnet)
 
X_REF  Magnet Default  NUMBER(12, 6)  NO 
X Reference: Horizontal location of the origin for the harmonic expansion, measured from the magnetic center, positive = to the right looking from the coil lead end.
 
Y_REF  Magnet Default  NUMBER(12, 6)  NO 
Y Reference:  Vertical location  of the origin for the harmonic expansion, measured from the magnetic center, positive = up.
 
R_REF  Magnet Default  NUMBER(12, 6)  YES 
R Reference: The radius of the measurement coil in m.
 
NORM_SKEW_CDE    NUMBER(1, 0)  YES 
Normal Skew: 0 = Skew measurement. 1 = Normal measurment.
 
SHIM_THICK  Magnetic Field  NUMBER(12, 6)  YES 
Shim Thickness: The shim thickness used in the measurement (mm), positive" is return leg shim (increasing the gap) and "negative" is pole shim (reducing the gap).
 
A1  Magnet Default  NUMBER(12, 6)  YES 
A1:  Skew dipole coefficient
 
A2  Magnet Default  NUMBER(12, 6)  YES 
A2:  Skew Quadrupole coefficient
 
A3  Magnet Default  NUMBER(12, 6)  YES 
A3: Skew sectupole coefficient
 
A4  Magnet Default  NUMBER(12, 6)  YES 
A4:  Skew octupole coefficient
 
A5  Magnet Default  NUMBER(12, 6)  YES 
A5: Skew decopole coefficient
 
A6  Magnet Default  NUMBER(12, 6)  YES 
A6:  Skew dodecopole coefficient
 
A7  Magnet Default  NUMBER(12, 6)  YES 
A7:  Skew 14 pole coefficient
 
A8  Magnet Default  NUMBER(12, 6)  YES 
A8:  Skew 16 pole coefficient
 
A9  Magnet Default  NUMBER(12, 6)  YES 
A9:  Skew 18 pole coefficient
 
A10  Magnet Default  NUMBER(12, 6)  YES 
A10:  Skew 20 pole coefficient
 
A11  Magnet Default  NUMBER(12, 6)  YES 
A11: Skew 22 pole coefficient
 
A12  Magnet Default  NUMBER(12, 6)  YES 
A12: Skew 24 pole coefficient
 
A13  Magnet Default  NUMBER(12, 6)  YES 
A13: Skew 26 pole coefficient.
 
A14  Magnet Default  NUMBER(12, 6)  YES 
A14: Skew 28 pole coefficient.
 
A15  Magnet Default  NUMBER(12, 6)  YES 
A15: Skew 30 pole coefficient.
 
B1    NUMBER(16, 10)  YES 
B1:  Normal dipole coefficient
 
B2    NUMBER(16, 10)  YES 
B2: Normal quadrupole coefficient
 
B3    NUMBER(16, 10)  YES 
B3:  Normal sextupole coefficient
 
B4    NUMBER(16, 10)  YES 
B4:  Normal octupole coefficient
 
B5  Magnet Large Value  NUMBER(14, 10)  YES 
B5:  Normal decople coefficient
 
B6  Magnet Large Value  NUMBER(14, 10)  YES 
B6:  Normal dodecopole coefficient
 
B7  Magnet Large Value  NUMBER(14, 10)  YES 
B7:  Normal 14 pole coefficient
 
B8  Magnet Large Value  NUMBER(14, 10)  YES 
B8:  Normal 16 pole coefficient
 
B9  Magnet Large Value  NUMBER(14, 10)  YES 
B9:  Normal 18 pole coefficient
 
B10  Magnet Large Value  NUMBER(14, 10)  YES 
B10:  Normal 20 pole coefficient
 
B11  Magnet Large Value  NUMBER(14, 10)  YES 
B11:  Normal 22  pole coefficient.
 
B12  Magnet Large Value  NUMBER(14, 10)  YES 
B12:  Normal 24 pole coefficient.
 
B13  Magnet Large Value  NUMBER(14, 10)  YES 
B13:  Normal 26 pole coefficient.
 
B14  Magnet Large Value  NUMBER(14, 10)  YES 
B14:  Normal 28 pole coefficient.
 
B15  Magnet Large Value  NUMBER(14, 10)  YES 
B15:  Normal 30 pole coefficient.
 
MEAS_DESC  Description  VARCHAR2(255)  YES 
Measurement Description:  A free form text field used to describe the multipole data.
 
SCENARIO_ID    VARCHAR2(50)  NO 
Scenario Identifier:  The unique identifier for a scenario type.
 
EQUIP_ID(PK)(FK)  Asset Identifier  VARCHAR2(30)  NO 
Asset Identifier: The Datastream/Infor asset identifier also often referred to as the Barcode Id.
 

MULTIPOLES Primary and Unique Keys 
Key Name  Key Type  Keys 
MULTIPOLES_PK  PrimaryKey  TEST_DATE, EQUIP_ID 

MULTIPOLES Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable  Initially Deferred 
MAG  Identifying  One To Zero or More  MAG_MULTIPOLES_RF      EQUIP_ID  NO  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable  Initially Deferred 

MULTIPOLES Check Constraints 
Check Constraint Name  CheckConstraint 

MULTIPOLES Storage 
STORAGE OPTION  STORAGE VALUE 
TABLESPACE  MAGNET_TS 
PctFree  10 
PCTUSED   40 
MinExtents 
MaxExtents  121 
Initial  10 
Next  10 
PctIncrease  50 
InitTrans 
MaxTrans  255 
Organization  Heap 
Cache  NO 
Logging   
Parallel  NO 
Parallel Degrees   
Parallel Instances   
FREELISTS   
FREELIST GROUPS   
Buffer Pool   
Table Compression  NO 
Row Movement  Disabled 

MULTIPOLES Partitions 
PARTITION PROPERTY  PARTITION PROPERTY VALUE 

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

MULTIPOLES Object Permissions 

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

MULTIPOLES Bound Attachments 
Name  Current Value 

MULTIPOLES Where Used - Model Usage 
Mapped Object  Is User Defined?  Denormalization Mappings  Description  Bound Attachments 
Logical
MAGNET.Multipoles 
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)
MULTIPOLES 
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)
Does Not Exist 
NO       
XF_ADMIN (Oracle)
Does Not Exist 
NO       

MULTIPOLES Where Used - Submodel Usage 
Model  Submodel Usage 
Logical  Main Model 
Logical  Magnet 
Logical  Power Supply 
Magnet (Oracle)  Main Model 

MULTIPOLES Data Movement Rules 
Name  Type  Rule Text/Value