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 17. 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)
list all cmake a full list of all parameters
list <group> cmake a list of only a group of parameters (all parameters defined with a call to ParList("<group>") )
log <par> cswitch the logger on for parameter <par> (on for parameters defined without an explicit call to ParSwitch(NULL) )
log <par> <sugar> cswitch the logger on for parameter <par>, giving a sugar name (see SicsSugar)
unlog <par> cswitch the logger off for parameter <par>
sugar creturn a list of sugar parameters
save <par> cswitch on status file saving for parameter <par> (on for changeable parameters, or explicitley when defined with a call to ParSave
unsave <par> cswitch off status file saving for parameter <par>
interest cswitch interest callback on (every change will be notified to the executive client)
uninterest cswitch interest callback off
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.EaseSendPar
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] 2nd column
c: command, r: read-only parameters, w: writeable parameter
[2] last column
a function name means, that this parameter/subcommand is defined for drivers configured for it (calling the mentioned function in its parameter definition function). No entry means, that the subcommands is available in all classes based on pardef.


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