rminstr_specs.K2450¶
Classes¶
DC Voltage Measure class of K2450 datasheet spec. |
|
DC Current Measure class of K2450 datasheet spec. |
|
DC Current Source class of K2450 datasheet spec. |
|
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.SpecificationDC 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.SpecificationDC 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.SpecificationDC 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.SpecificationDC 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¶