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 19. 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

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

[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 11:55:38 UTC by MarkusZolliker.