Function: get_soc_name

C Prototype

const char *aclrtGetSocName()

Python Function

name = acl.get_soc_name()

Function Usage

Obtains the processor version of the current operating environment.

Input Description

None

Return Value

name: str, processor version. Failure: None.

Restrictions

None