Paramgroup#
Functions
simplifies creation of AT parameter groups |
|
restores the values of multiple physical |
|
saves the values of multiple physical |
|
modifies a group of parameters |
- mkparamgroup(lattice, elemindex, paramstr)#
- simplifies creation of AT parameter groupsIt group one or more elements in thesame family and simultaneously varymkparamgroup(lattice,elemindex,paramstr)mkparamgroup(lattice,famnamestr,paramstr)mkparamgroup(lattice,famnamestr,kidnum,paramstr)LATTICEFAMNAMESTRPARAMSTR: ‘TILT’,’K1’,’K2’,’K3’wjc 2-09-04 changed index ‘i’ to ‘k’
- restoreparamgroup(lattice, paramgroup)#
- restores the values of multiple physicalparameters of the lattice.newlattice = restoreparamgroup(lattice,paramgroup)
- saveparamgroup(lattice, paramgroup)#
- saves the values of multiple physicalparameters of the lattice in the special SavedValue field ofAT parameter group structure. The result can be late usedwith RESTOREPARAMGROUPparamgroup = saveparamgroup(lattice,paramgroup)
- setparamgroup(lattice, paramgroup, pvalue)#
- modifies a group of parametersnewlattice = setparamgroup(lattice,paramgroup,pvalue)See also
atparamgroup()
,restorparamgroup()