📄 structregenconfig.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>Copley Motion Library: RegenConfig Struct Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.4 --><div class="qindex"><a class="qindex" href="main.html">Main Page</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div><h1>RegenConfig Struct Reference</h1><!-- doxytag: class="RegenConfig" --><a href="structRegenConfig-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>Configuration structure used to set up the amplifier regeneration resister. <p>The regen resister is not available on all amplifier models (currently only on the Xenus offline amplifier).<p>These settings may be up/download from the amplifier using the functions <a class="el" href="classAmp.html#z5_11">Amp::SetRegenConfig</a> and <a class="el" href="classAmp.html#z5_10">Amp::GetRegenConfig</a>.<p><p>Definition at line <a class="el" href="CML__AmpStruct_8h-source.html#l00730">730</a> of file <a class="el" href="CML__AmpStruct_8h-source.html">CML_AmpStruct.h</a>.<table border="0" cellpadding="0" cellspacing="0"><tr><td></td></tr><tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="structRegenConfig.html#a0">RegenConfig</a> (void)</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <a href="#a0"></a><br></td></tr><tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="o0"></a><!-- doxytag: member="RegenConfig::model" ref="o0" args="[COPLEY_MAX_STRING]" -->char </td><td class="memItemRight" valign="bottom"><a class="el" href="structRegenConfig.html#o0">model</a> [COPLEY_MAX_STRING]</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Model number / name string for regen resister connected to the amplifier. <br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="o1"></a><!-- doxytag: member="RegenConfig::resistance" ref="o1" args="" --><a class="el" href="CML__Utils_8h.html#a8">uint16</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structRegenConfig.html#o1">resistance</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Regen resister resistance (100 milliohm units). <br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="CML__Utils_8h.html#a8">uint16</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structRegenConfig.html#o2">contPower</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Continuous power limit for regen resister (Watts). <a href="#o2"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="CML__Utils_8h.html#a8">uint16</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structRegenConfig.html#o3">peakPower</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Peak power limit for resister (Watts). <a href="#o3"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="CML__Utils_8h.html#a8">uint16</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structRegenConfig.html#o4">peakTime</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Peak time limit (milliseconds). <a href="#o4"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="CML__Utils_8h.html#a8">uint16</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structRegenConfig.html#o5">vOn</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Regen resister turn on voltage (100 millivolt units). <a href="#o5"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="CML__Utils_8h.html#a8">uint16</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structRegenConfig.html#o6">vOff</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Regen resister turn off voltage (100 millivolt units). <a href="#o6"></a><br></td></tr></table><hr><h2>Constructor & Destructor Documentation</h2><a class="anchor" name="a0"></a><!-- doxytag: member="RegenConfig::RegenConfig" ref="a0" args="(void)" --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"><a class="el" href="structRegenConfig.html">RegenConfig</a> </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">void </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [inline]</code></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Default constructor. <p>Initializes all structure elements to zero. <p>Definition at line <a class="el" href="CML__AmpStruct_8h-source.html#l00764">764</a> of file <a class="el" href="CML__AmpStruct_8h-source.html">CML_AmpStruct.h</a>. </td> </tr></table><hr><h2>Member Data Documentation</h2><a class="anchor" name="o2"></a><!-- doxytag: member="RegenConfig::contPower" ref="o2" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"><a class="el" href="CML__Utils_8h.html#a8">uint16</a> <a class="el" href="structRegenConfig.html#o2">contPower</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Continuous power limit for regen resister (Watts). <p>This is the amount of power that the resister is able to disapate continuously <p>Definition at line <a class="el" href="CML__AmpStruct_8h-source.html#l00742">742</a> of file <a class="el" href="CML__AmpStruct_8h-source.html">CML_AmpStruct.h</a>. </td> </tr></table><a class="anchor" name="o3"></a><!-- doxytag: member="RegenConfig::peakPower" ref="o3" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"><a class="el" href="CML__Utils_8h.html#a8">uint16</a> <a class="el" href="structRegenConfig.html#o3">peakPower</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Peak power limit for resister (Watts). <p>This is the maximum amount of power that the resister is able to dissapate for a limited amount of time. <p>Definition at line <a class="el" href="CML__AmpStruct_8h-source.html#l00747">747</a> of file <a class="el" href="CML__AmpStruct_8h-source.html">CML_AmpStruct.h</a>. </td> </tr></table><a class="anchor" name="o4"></a><!-- doxytag: member="RegenConfig::peakTime" ref="o4" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"><a class="el" href="CML__Utils_8h.html#a8">uint16</a> <a class="el" href="structRegenConfig.html#o4">peakTime</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Peak time limit (milliseconds). <p>This is the amount of time that the regen resister is able to dissapate peak power before it needs to be folded back to the continuous power limit. <p>Definition at line <a class="el" href="CML__AmpStruct_8h-source.html#l00752">752</a> of file <a class="el" href="CML__AmpStruct_8h-source.html">CML_AmpStruct.h</a>. </td> </tr></table><a class="anchor" name="o6"></a><!-- doxytag: member="RegenConfig::vOff" ref="o6" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"><a class="el" href="CML__Utils_8h.html#a8">uint16</a> <a class="el" href="structRegenConfig.html#o6">vOff</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Regen resister turn off voltage (100 millivolt units). <p>When the bus voltage drops below this value, the regen resiter will be disabled. <p>Definition at line <a class="el" href="CML__AmpStruct_8h-source.html#l00760">760</a> of file <a class="el" href="CML__AmpStruct_8h-source.html">CML_AmpStruct.h</a>. </td> </tr></table><a class="anchor" name="o5"></a><!-- doxytag: member="RegenConfig::vOn" ref="o5" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"><a class="el" href="CML__Utils_8h.html#a8">uint16</a> <a class="el" href="structRegenConfig.html#o5">vOn</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Regen resister turn on voltage (100 millivolt units). <p>When the bus voltage rises above this value the regen resister will be enabled. <p>Definition at line <a class="el" href="CML__AmpStruct_8h-source.html#l00756">756</a> of file <a class="el" href="CML__AmpStruct_8h-source.html">CML_AmpStruct.h</a>. </td> </tr></table><hr>The documentation for this struct was generated from the following file:<ul><li><a class="el" href="CML__AmpStruct_8h-source.html">CML_AmpStruct.h</a></ul><hr><address style="align: right;"><small>Copley Motion Library, Copyright (c) 2002-2003<a href="http://www.copleycontrols.com"><img src="CCC_logo.gif" alt="Copley Controls Corp." align="middle" border=0 ></a></small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -