doc/api/ruby/classes/VPI/Handle.src/M000470.html in ruby-vpi-20.0.0 vs doc/api/ruby/classes/VPI/Handle.src/M000470.html in ruby-vpi-21.0.0

- old
+ new

@@ -3,16 +3,17 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> - <title>[] (VPI::Handle)</title> + <title>release_value (VPI::Handle)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> - <pre><span class="ruby-comment cmt"># File lib/ruby-vpi/core/handle.rb, line 274</span> - <span class="ruby-keyword kw">def</span> <span class="ruby-operator">[]</span> <span class="ruby-identifier">aProp</span> - <span class="ruby-identifier">access_prop</span>(<span class="ruby-identifier">aProp</span>) + <pre><span class="ruby-comment cmt"># File lib/ruby-vpi/core/handle.rb, line 207</span> + <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">release_value</span> + <span class="ruby-comment cmt"># this doesn't really change the value, it only removes the force flag</span> + <span class="ruby-identifier">put_value</span>(<span class="ruby-value">0</span>, <span class="ruby-constant">VpiIntVal</span>, <span class="ruby-keyword kw">nil</span>, <span class="ruby-constant">VpiReleaseFlag</span>) <span class="ruby-keyword kw">end</span></pre> </body> </html> \ No newline at end of file