ref/ruby/classes/Vpi/Handle.html in ruby-vpi-11.1.1 vs ref/ruby/classes/Vpi/Handle.html in ruby-vpi-12.0.0

- old
+ new

@@ -136,19 +136,21 @@ <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> - <a href="#M000092">[]</a>&nbsp;&nbsp; - <a href="#M000090">get_value</a>&nbsp;&nbsp; - <a href="#M000089">get_value_wrapper</a>&nbsp;&nbsp; - <a href="#M000093">inspect</a>&nbsp;&nbsp; - <a href="#M000095">method_missing</a>&nbsp;&nbsp; - <a href="#M000091">put_value</a>&nbsp;&nbsp; - <a href="#M000094">to_s</a>&nbsp;&nbsp; + <a href="#M000094">[]</a>&nbsp;&nbsp; + <a href="#M000092">get_value</a>&nbsp;&nbsp; + <a href="#M000091">get_value_wrapper</a>&nbsp;&nbsp; + <a href="#M000095">inspect</a>&nbsp;&nbsp; + <a href="#M000097">method_missing</a>&nbsp;&nbsp; + <a href="#M000093">put_value</a>&nbsp;&nbsp; + <a href="#M000096">to_s</a>&nbsp;&nbsp; + <a href="#M000088">x!</a>&nbsp;&nbsp; <a href="#M000087">x?</a>&nbsp;&nbsp; - <a href="#M000088">z?</a>&nbsp;&nbsp; + <a href="#M000090">z!</a>&nbsp;&nbsp; + <a href="#M000089">z?</a>&nbsp;&nbsp; </div> </div> </div> @@ -192,16 +194,16 @@ <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Instance methods</h3> - <div id="method-M000092" class="method-detail"> - <a name="M000092"></a> + <div id="method-M000094" class="method-detail"> + <a name="M000094"></a> <div class="method-heading"> - <a href="Handle.src/M000092.html" target="Code" class="method-signature" - onclick="popupCode('Handle.src/M000092.html');return false;"> + <a href="Handle.src/M000094.html" target="Code" class="method-signature" + onclick="popupCode('Handle.src/M000094.html');return false;"> <span class="method-name">[]</span><span class="method-args">(*aTypes)</span> </a> </div> <div class="method-description"> @@ -210,16 +212,16 @@ constant). </p> </div> </div> - <div id="method-M000090" class="method-detail"> - <a name="M000090"></a> + <div id="method-M000092" class="method-detail"> + <a name="M000092"></a> <div class="method-heading"> - <a href="Handle.src/M000090.html" target="Code" class="method-signature" - onclick="popupCode('Handle.src/M000090.html');return false;"> + <a href="Handle.src/M000092.html" target="Code" class="method-signature" + onclick="popupCode('Handle.src/M000092.html');return false;"> <span class="method-name">get_value</span><span class="method-args">(aFormat = VpiObjTypeVal)</span> </a> </div> <div class="method-description"> @@ -229,16 +231,16 @@ attempt to determine the correct format. </p> </div> </div> - <div id="method-M000089" class="method-detail"> - <a name="M000089"></a> + <div id="method-M000091" class="method-detail"> + <a name="M000091"></a> <div class="method-heading"> - <a href="Handle.src/M000089.html" target="Code" class="method-signature" - onclick="popupCode('Handle.src/M000089.html');return false;"> + <a href="Handle.src/M000091.html" target="Code" class="method-signature" + onclick="popupCode('Handle.src/M000091.html');return false;"> <span class="method-name">get_value_wrapper</span><span class="method-args">(aFormat)</span> </a> </div> <div class="method-description"> @@ -247,16 +249,16 @@ <tt>S_vpi_value</tt> object. </p> </div> </div> - <div id="method-M000093" class="method-detail"> - <a name="M000093"></a> + <div id="method-M000095" class="method-detail"> + <a name="M000095"></a> <div class="method-heading"> - <a href="Handle.src/M000093.html" target="Code" class="method-signature" - onclick="popupCode('Handle.src/M000093.html');return false;"> + <a href="Handle.src/M000095.html" target="Code" class="method-signature" + onclick="popupCode('Handle.src/M000095.html');return false;"> <span class="method-name">inspect</span><span class="method-args">(*aPropNames)</span> </a> </div> <div class="method-description"> @@ -265,16 +267,16 @@ handles. </p> </div> </div> - <div id="method-M000095" class="method-detail"> - <a name="M000095"></a> + <div id="method-M000097" class="method-detail"> + <a name="M000097"></a> <div class="method-heading"> - <a href="Handle.src/M000095.html" target="Code" class="method-signature" - onclick="popupCode('Handle.src/M000095.html');return false;"> + <a href="Handle.src/M000097.html" target="Code" class="method-signature" + onclick="popupCode('Handle.src/M000097.html');return false;"> <span class="method-name">method_missing</span><span class="method-args">(aMeth, *aArgs, &amp;aBlockArg)</span> </a> </div> <div class="method-description"> @@ -291,22 +293,22 @@ </ol> <p> through method calls. In the case that a child handle has the same name as a VPI property, the child handle will be accessed instead of the VPI property. However, you can still access the VPI property via <a -href="Handle.html#M000090">get_value</a> and <a -href="Handle.html#M000091">put_value</a>. +href="Handle.html#M000092">get_value</a> and <a +href="Handle.html#M000093">put_value</a>. </p> </div> </div> - <div id="method-M000091" class="method-detail"> - <a name="M000091"></a> + <div id="method-M000093" class="method-detail"> + <a name="M000093"></a> <div class="method-heading"> - <a href="Handle.src/M000091.html" target="Code" class="method-signature" - onclick="popupCode('Handle.src/M000091.html');return false;"> + <a href="Handle.src/M000093.html" target="Code" class="method-signature" + onclick="popupCode('Handle.src/M000093.html');return false;"> <span class="method-name">put_value</span><span class="method-args">(aValue, aFormat = nil, aTime = nil, aDelay = VpiNoDelay)</span> </a> </div> <div class="method-description"> @@ -317,24 +319,41 @@ format. </p> </div> </div> - <div id="method-M000094" class="method-detail"> - <a name="M000094"></a> + <div id="method-M000096" class="method-detail"> + <a name="M000096"></a> <div class="method-heading"> <span class="method-name">to_s</span><span class="method-args">(*aPropNames)</span> </div> <div class="method-description"> <p> -Alias for <a href="Handle.html#M000093">inspect</a> +Alias for <a href="Handle.html#M000095">inspect</a> </p> </div> </div> + <div id="method-M000088" class="method-detail"> + <a name="M000088"></a> + + <div class="method-heading"> + <a href="Handle.src/M000088.html" target="Code" class="method-signature" + onclick="popupCode('Handle.src/M000088.html');return false;"> + <span class="method-name">x!</span><span class="method-args">()</span> + </a> + </div> + + <div class="method-description"> + <p> +Sets the logic value of this handle to unknown (x). +</p> + </div> + </div> + <div id="method-M000087" class="method-detail"> <a name="M000087"></a> <div class="method-heading"> <a href="Handle.src/M000087.html" target="Code" class="method-signature" @@ -343,21 +362,37 @@ </a> </div> <div class="method-description"> <p> -Tests if the logic value of this handle is &quot;don&#8217;t care&quot; -(x). +Tests if the logic value of this handle is unknown (x). </p> </div> </div> - <div id="method-M000088" class="method-detail"> - <a name="M000088"></a> + <div id="method-M000090" class="method-detail"> + <a name="M000090"></a> <div class="method-heading"> - <a href="Handle.src/M000088.html" target="Code" class="method-signature" - onclick="popupCode('Handle.src/M000088.html');return false;"> + <a href="Handle.src/M000090.html" target="Code" class="method-signature" + onclick="popupCode('Handle.src/M000090.html');return false;"> + <span class="method-name">z!</span><span class="method-args">()</span> + </a> + </div> + + <div class="method-description"> + <p> +Sets the logic value of this handle to high impedance (z). +</p> + </div> + </div> + + <div id="method-M000089" class="method-detail"> + <a name="M000089"></a> + + <div class="method-heading"> + <a href="Handle.src/M000089.html" target="Code" class="method-signature" + onclick="popupCode('Handle.src/M000089.html');return false;"> <span class="method-name">z?</span><span class="method-args">()</span> </a> </div> <div class="method-description"> \ No newline at end of file