cdsPlat
cdsPlat()
=> t_plat
Description
Returns the platform for the Cadence software that is currently running. The possible values are: sun4v, sol86, hppa, ibmrs, wint, lnx86, or lni64.
Arguments
Value Returned
|
The platform upon which the Cadence software is running. One of the following strings: |
Examples
system("uname")
=> SunOS
0
cdsPlat()
=> "sun4v"
Related Topics
Return to top