rminstr_specs.K2450

Classes

DatasheetMeasureDCV

DC Voltage Measure class of K2450 datasheet spec.

DatasheetMeasureDCI

DC Current Measure class of K2450 datasheet spec.

DatasheetSourceDCI

DC Current Source class of K2450 datasheet spec.

DatasheetSourceDCV

DC Voltage Source class of K2450 datasheet spec.

Package Contents

class rminstr_specs.K2450.DatasheetMeasureDCV(name: str, serial: str, v_range: float = None, days_since_cal: float = None, t_ambient: float = None, suppress_warnings: bool = False, **kwargs)

Bases: _k2450_datasheet, rminstr_specs.Specification

DC Voltage Measure class of K2450 datasheet spec.

Initialize a DC voltage measure datasheet spec of K2450.

Parameters:
namestr

Name to attach to instance.

serialstr

Serial of the K2450.

v_rangefloat, optional

Current range. The default is ‘auto’.

days_since_calfloat, optional

Days since cal. The default is 365.

t_ambientfloat, optional

Ambient temperature at time of measurement. The default is 26 C.

suppress_warnings

Suppress warning output to the console. The default is False.

Returns:
None.
v_range = None
class rminstr_specs.K2450.DatasheetMeasureDCI(name: str, serial: str, i_range: float = None, days_since_cal: float = None, t_ambient: float = None, suppress_warnings: bool = False, **kwargs)

Bases: _k2450_datasheet, rminstr_specs.Specification

DC Current Measure class of K2450 datasheet spec.

Intialize a DC current measuring datasheet spec of K2450.

Parameters:
namestr

Name to attach to instance.

serialstr

Serial of the K2450.

i_rangefloat, optional

Current range. The default is ‘auto’.

days_since_calfloat, optional

Days since cal. The default is 365.

t_ambientfloat, optional

Ambient temperature at time of measurement. The default is 26 C.

suppress_warnings

Suppress warning output to the console. The default is False.

Returns:
None.
i_range = None
class rminstr_specs.K2450.DatasheetSourceDCI(name: str, serial: str, i_range: float = None, days_since_cal: float = None, t_ambient: float = None, suppress_warnings: bool = False, **kwargs)

Bases: _k2450_datasheet, rminstr_specs.Specification

DC Current Source class of K2450 datasheet spec.

Intialize a DC current sourcing spec of K2450 datasheet.

Parameters:
namestr

Name to attach to instance.

serialstr

Serial of the K2450.

i_rangefloat, optional

Current range. The default is ‘auto’.

days_since_calfloat, optional

Days since cal. The default is 365.

t_ambientfloat, optional

Ambient temperature at time of measurement. The default is 26 C.

suppress_warnings

Suppress warning output to the console. The default is False.

Returns:
None.
i_range = None
class rminstr_specs.K2450.DatasheetSourceDCV(name: str, serial: str, v_range: float = None, days_since_cal: float = None, t_ambient: float = None, suppress_warnings: bool = False, **kwargs)

Bases: _k2450_datasheet, rminstr_specs.Specification

DC Voltage Source class of K2450 datasheet spec.

Intialize a DC voltage sourcing datasheet spec of K2450.

Parameters:
namestr

Name to attach to instance.

serialstr

Serial of the K2450.

v_rangefloat, optional

Current range. The default is ‘auto’.

days_since_calfloat, optional

Days since cal. The default is 365.

t_ambientfloat, optional

Ambient temperature at time of measurement. The default is 26 C.

suppress_warnings

Suppress warning output to the console. The default is False.

Returns:
None.
v_range = None