Difference between revisions of "IXTsource"
Jump to navigation
Jump to search
m |
m |
||
(3 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
! {{Headcellstyle}} | Description | ! {{Headcellstyle}} | Description | ||
|- | |- | ||
− | | | + | | '''base''' |
+ | | [[IXTbase]] | ||
+ | | Used internally | ||
|- | |- | ||
− | | frequency || real || Source frequency | + | | '''facility_name ''' || char || Source name eg. ISIS |
+ | |- | ||
+ | | '''frequency '''|| real || Source frequency | ||
|} | |} | ||
==F90 syntax== | ==F90 syntax== | ||
− | use IXMsource | + | |
+ | |||
+ | <pre>use IXMsource | ||
type(IXTsource):: source | type(IXTsource):: source | ||
− | type(IXTstatus):: status | + | type(IXTstatus):: status</pre> |
+ | |||
Latest revision as of 15:40, 4 August 2008
Structure
The elements of the object are as follows:
Field | Type | Description |
---|---|---|
base | IXTbase | Used internally |
facility_name | char | Source name eg. ISIS |
frequency | real | Source frequency |
F90 syntax
use IXMsource type(IXTsource):: source type(IXTstatus):: status
Operations
The following operations may be performed on this data type: