cdsGetNetlistMode
cdsGetNetlistMode( ) => Analog / Digital / Compatibility
Description
Returns the value of the shell environment variable CDS_Netlisting_Mode that is set in the current shell to invoke Virtuoso.
The valid values for this shell environment variable are Digital, Analog, and Compatibility. If you set any other value, the function returns the default value, Digital.
Arguments
Value Returned
Examples
$ virtuoso -nograph
> setShellEnvVar("CDS_Netlisting_Mode=Analog")
=> t
> cdsSetNetlistMode()
=> t
> cdsGetNetlistMode()
=> "Analog"
Related Topics
Return to top