OriginPro
 
Loading...
Searching...
No Matches
originpro.config Namespace Reference

Classes

class  APP
 

Functions

 _exit_handler ()
 
 check_ignore_warnings (func)
 

Variables

bool oext = False
 
list _EXIT = [False]
 
list _OBJS_COUNT = [0]
 
 po
 
dict npdtype_to_orgdtype
 
dict orgdtype_to_npdtype = {v: k for k, v in npdtype_to_orgdtype.items()}
 

Detailed Description

originpro
A package for interacting with Origin software via Python.
Copyright (c) 2020 OriginLab Corporation

Variable Documentation

◆ npdtype_to_orgdtype

dict originpro.config.npdtype_to_orgdtype
Initial value:
1= {
2 np.float64: po.DF_DOUBLE,
3 np.float32: po.DF_FLOAT,
4 np.int16: po.DF_SHORT,
5 np.int32: po.DF_LONG,
6 np.int8: po.DF_CHAR,
7 np.uint8: po.DF_BYTE,
8 np.uint16: po.DF_USHORT,
9 np.uint32: po.DF_ULONG,
10 np.complex128: po.DF_COMPLEX,
11 }