designer.system.systemtools.isAMD()

Inquires whether CPU is manufactured by AMD

Returns

ans – True if AMD; False otherwise

Return type

bool

designer.system.systemtools.isIntel()

Inquires whether CPU is manufactured by Intel

Returns

ans – True if Intel; False otherwise

Return type

bool

designer.system.systemtools.setenv(envlist)

Sets system variables while a Python for the execution of a Python script

Parameters
  • envlist (list of str)

  • List containing environment variables to set. Each entry in the

  • list is a [(ENV_VARIABLE, ENV_VAL)]

Returns

Return type

None; sets environment variables defined in envlist