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

Commands are marked with c in the second column, read-only parameters with r, writeable parameters with w.

Subcommand or
Parameter
C/W/RDescripttion Defined by
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)pardef
list all cmake a full list of all parameters pardef
list <group> cmake a list of only a group of parameters (all parameters defined with a call to ParList("<group>") )pardef
log <par> cswitch the logger on for parameter <par> (on for parameters defined without an explicit call to ParSwitch(NULL) )pardef
log <par> <sugar> cswitch the logger on for parameter <par>, giving a sugar name (see SicsStrObjSugar?)pardef
unlog <par> cswitch the logger off for parameter <par>pardef
sugar creturn a list of sugar parameters pardef
save <par> cswitch on status file saving for parameter <par> (on for changeable parameters, or explicitley when defined with a call to ParSave pardef
unsave <par> cswitch off status file saving for parameter <par>pardef
interest cswitch interest callback on (every change will be notified to the executive client)pardef
uninterest cswitch interest callback off pardef
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


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