Diff: 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


Difference between version 19 and version 18:
Lines 3-26 were replaced by lines 3-26
- ||Subcommand or\\Parameter||[1]||Description ||Defined by[2]
- |list |c|make 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 |c|make a full list of all parameters|
- |list <group> |c|make a list of only a group of parameters (all parameters defined with a call to ParList("<group>") )|
- |log <par> |c|switch the logger on for parameter <par> (on for parameters defined without an explicit call to ParSwitch(NULL) )|
- |log <par> <sugar> |c|switch the logger on for parameter <par>, giving a sugar name (see [SicsSugar])|
- |unlog <par> |c|switch the logger off for parameter <par>|
- |sugar |c|return a list of sugar parameters|
- |save <par> |c|switch on status file saving for parameter <par> (on for changeable parameters, or explicitley when defined with a call to ParSave |
- |unsave <par> |c|switch off status file saving for parameter <par>|
- |interest |c|switch interest callback on (every change will be notified to the executive client)|
- |uninterest |c|switch interest callback off|
- |verbose |w|verbosity. 0 is quiet, 1 is standard, 2 is verbose (logging all serial communication)|ParStdDef
- |driver |r|driver name |ParStdDef
- |creationCmd |r|command to create this object |ParStdDef
- |restart |c|reconnect serial connection |EaseBasePar
- |send <command> |c|send a serial command. Warning: the resonse is delayed and can therefore not be used in scripts.|EaseSendPar
- |upperLimit |w|upper limit of target value |EaseDrivPar
- |lowerLimit |w|lower limit of target value |EaseDrivPar
- |tolerance |w|tolerance |EaseDrivPar
- |maxwait |w|maximal time to wait for target value (sec) or 0 for infinite wait |EaseDrivPar
- |settle |w|time to wait after target value is within tolerance|EaseDrivPar
- |targetValue |r|target value |EaseDrivPar
- |status |r|connection status of the device (empty when normal)|EaseMsgPar
+ ||Syntax ||[1]||Description ||Defined by[2]
+ |<obj> list |c|make 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 |c|make a full list of all parameters|
+ |<obj> list <group> |c|make a list of only a group of parameters (all parameters defined with a call to ParList("<group>") )|
+ |<obj> log <par> |c|switch the logger on for parameter <par> (on for parameters defined without an explicit call to ParSwitch(NULL) )|
+ |<obj> log <par> <sugar> |c|switch the logger on for parameter <par>, giving a sugar name (see [SicsSugar])|
+ |<obj> unlog <par> |c|switch the logger off for parameter <par>|
+ |<obj> sugar |c|return a list of sugar parameters|
+ |<obj> save <par> |c|switch on status file saving for parameter <par> (on for changeable parameters, or explicitley when defined with a call to ParSave |
+ |<obj> unsave <par> |c|switch off status file saving for parameter <par>|
+ |<obj> interest |c|switch interest callback on (every change will be notified to the executive client)|
+ |<obj> uninterest |c|switch interest callback off|
+ |<obj> verbose |w|verbosity. 0 is quiet, 1 is standard, 2 is verbose (logging all serial communication)|ParStdDef
+ |<obj> driver |r|driver name |ParStdDef
+ |<obj> creationCmd |r|command to create this object |ParStdDef
+ |<obj> restart |c|reconnect serial connection |EaseBasePar
+ |<obj> send <command> |c|send a serial command. Warning: the resonse is delayed and can therefore not be used in scripts.|EaseSendPar
+ |<obj> upperLimit |w|upper limit of target value |EaseDrivPar
+ |<obj> lowerLimit |w|lower limit of target value |EaseDrivPar
+ |<obj> tolerance |w|tolerance |EaseDrivPar
+ |<obj> maxwait |w|maximal time to wait for target value (sec) or 0 for infinite wait |EaseDrivPar
+ |<obj> settle |w|time to wait after target value is within tolerance|EaseDrivPar
+ |<obj> targetValue |r|target value |EaseDrivPar
+ |<obj> status |r|connection status of the device (empty when normal)|EaseMsgPar

Back to EaseParametersAndCommands, or to the Page History.