ParametricRecord¶
- class vallenae.io.ParametricRecord(time, param_id, set_id=None, status=<StatusFlags: 0>, pctd=None, pcta=None, pa0=None, pa1=None, pa2=None, pa3=None, pa4=None, pa5=None, pa6=None, pa7=None)[source]¶
Parametric data record in pridb (
SetType.PARAMETRIC).- __init__(time, param_id, set_id=None, status=<StatusFlags: 0>, pctd=None, pcta=None, pa0=None, pa1=None, pa2=None, pa3=None, pa4=None, pa5=None, pa6=None, pa7=None)¶
Methods
__init__(time, param_id[, set_id, status, ...])from_sql(row)Create
ParametricRecordfrom SQL row.Attributes
Amplitude of parametric input 0 in volts
Amplitude of parametric input 1 in volts
Amplitude of parametric input 2 in volts
Amplitude of parametric input 3 in volts
Amplitude of parametric input 4 in volts
Amplitude of parametric input 5 in volts
Amplitude of parametric input 6 in volts
Amplitude of parametric input 7 in volts
Analog hysteresis counter
Digital counter value
Unique identifier for data set in pridb
Status flags
Time in seconds
Parameter ID of table ae_params for ADC value conversion
-
status:
StatusFlags= 0¶ Status flags
- classmethod from_sql(row)[source]¶
Create
ParametricRecordfrom SQL row.- Parameters:
- Return type: