| Line 68 was replaced by line 68 |
| - !Common Parameters and Subcommands for all EASE Objects |
| + For a list of predefined parameters and subcommands see [EaseParametersAndCommands] |
| Removed lines 70-89 |
| - Commands are marked with c in the second column, read-only parameters with r, |
| - writeable parameters with w. |
| - |
| - ||Subcommand or\\Parameter||C/W/R||Action ||Defined by |
| - |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)|pardef |
| - |list all |c|Make a full list of all parameters |pardef |
| - |list <group> |c|Make a list of only a group of parameters (all parameters defined with a call to ParList("<group>") )|pardef |
| - |log <par> |c|Switch the logger on for parameter <par> (on for parameters defined without an explicit call to ParSwitch(NULL) )|pardef |
| - |log <par> <sugar> |c|Switch the logger on for parameter <par>, giving a sugar name (see [SicsStrObjSugar])|pardef |
| - |unlog <par> |c|Switch the logger off for parameter <par>|pardef |
| - |sugar |c|Return a list of sugar parameters |pardef |
| - |save <par> |c|Switch on status file saving for parameter <par> (on for changeable parameters, or explicitley when defined with a call to ParSave |pardef |
| - |unsave <par> |c|Switch off status file saving for parameter <par>|pardef |
| - |interest |c|Switch interest callback on (every change will be notified to the executive client)|pardef |
| - |uninterest |c|Switch interest callback off |pardef |
| - |verbose |w|Control 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 |
| - |
| - |