EaseParametersAndCommands

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
NewFeaturesInSICS
SicsEase

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


This is version 6. It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]


Common Parameters and Subcommands for all EASE Objects

Subcommand or
Parameter
[1]Description Defined by[2]
list cmake a list of most important parameters (all parameters defined with a call to ParTail and not ParList, or with a call to ParList(NULL)std
list all cmake a full list of all parameters std
list <group> cmake a list of only a group of parameters (all parameters defined with a call to ParList("<group>") )std
log <par> cswitch the logger on for parameter <par> (on for parameters defined without an explicit call to ParSwitch(NULL) )std
log <par> <sugar> cswitch the logger on for parameter <par>, giving a sugar name (see SicsStrObjSugar?)std
unlog <par> cswitch the logger off for parameter <par>std
sugar creturn a list of sugar parameters std
save <par> cswitch on status file saving for parameter <par> (on for changeable parameters, or explicitley when defined with a call to ParSave std
unsave <par> cswitch off status file saving for parameter <par>std
interest cswitch interest callback on (every change will be notified to the executive client)std
uninterest cswitch interest callback off std
verbose wverbosity. 0 is quiet, 1 is standard, 2 is verbose (logging all serial communication)ParStdDef
driver rdriver name ParStdDef
creationCmd rcommand to create this object ParStdDef
restart creconnect serial connection EaseBasePar
send <command> csend a serial command. Warning: the resonse is delayed and can therefore not be used in scripts.EaseSend
upperLimit wupper limit of target value EaseDrivPar
lowerLimit wlower limit of target value EaseDrivPar
tolerance wtolerance EaseDrivPar
maxwait wmaximal time to wait for target value (sec) or 0 for infinite wait EaseDrivPar
settle wtime to wait after target value is within toleranceEaseDrivPar
targetValue rtarget value EaseDrivPar

[1]|#1] c: command, r: read-only parameters, w: writeable parameter [2]|#2] std: defined for all classes based on pardef

else
defined for drivers configured for it, by means of a call to the
mentioned function in its parameter definition function.



This particular version was published on 19-Sep-2005 08:26:57 UTC by MarkusZolliker.