You can now save data in the toplevel of an NXentry
r2250 | ffr | 2007-11-08 17:05:26 +1100 (Thu, 08 Nov 2007) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
643b2bad1b
commit
3489c4c7cc
@@ -8,6 +8,12 @@ set instrument_name instrument
|
|||||||
|
|
||||||
# / Must be the first node in the list
|
# / Must be the first node in the list
|
||||||
set instrument_dictionary [subst {
|
set instrument_dictionary [subst {
|
||||||
|
entry {
|
||||||
|
sobj {@any entry}
|
||||||
|
privilege spy
|
||||||
|
datatype @none
|
||||||
|
property {data true control false nxsave false klass NXentry type part}
|
||||||
|
}
|
||||||
commands {
|
commands {
|
||||||
sobj {macro command}
|
sobj {macro command}
|
||||||
privilege spy
|
privilege spy
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ set boolean {true false}
|
|||||||
#}
|
#}
|
||||||
|
|
||||||
# SICS OBJECTS MUST PROVIDE THE FOLLOWING INFORMATION
|
# SICS OBJECTS MUST PROVIDE THE FOLLOWING INFORMATION
|
||||||
set sobj_klass_list {@none aperture attenuator collimator command crystal data detector experiment graphics instrument monitor monochromator plc sample scan user}
|
set sobj_klass_list {@none aperture attenuator collimator command crystal data detector entry experiment graphics instrument monitor monochromator plc sample scan user}
|
||||||
set sobj_sicstype_list {environment_controller sicsvariable macro motor configurablevirtualmotor singlecounter histmem nxscript sicsdata scanobject}
|
set sobj_sicstype_list {environment_controller sicsvariable macro motor configurablevirtualmotor singlecounter histmem nxscript sicsdata scanobject}
|
||||||
# Different kinds of things are added to the hdb in different ways.
|
# Different kinds of things are added to the hdb in different ways.
|
||||||
# command: This is something a client can run with hset /a/b/c start, it may have parameters and feedback.
|
# command: This is something a client can run with hset /a/b/c start, it may have parameters and feedback.
|
||||||
|
|||||||
Reference in New Issue
Block a user