nkt_tools.NKTP_DLL.tParamSetStruct

class nkt_tools.NKTP_DLL.tParamSetStruct(*args: Any, **kwargs: Any)

Bases: Structure

tParamSetStruct, The ParameterSet struct
  • note How calculation on parametersets is done internally by modules:

  • DAC_value = (value * (X/Y)) + Offset; Where value is either StartVal or FactoryVal

  • value = (ADC_value * (X/Y)) + Offset; Where value often is available via another measurement register

__init__(*args: Any, **kwargs: Any) None

Methods