This commit is contained in:
erpalma
2018-04-02 20:46:57 +02:00
parent 6d72eb8d11
commit d9a459b12b

View File

@@ -12,16 +12,16 @@ config = {
'UPDATE_RATE_SEC': 5, # Update the registers every this many seconds 'UPDATE_RATE_SEC': 5, # Update the registers every this many seconds
'PL1_TDP_W': 44, # Max package power for time window #1 'PL1_TDP_W': 44, # Max package power for time window #1
'PL1_DURATION_S': 28, # Time window #1 duration 'PL1_DURATION_S': 28, # Time window #1 duration
'PL2_TDP_W': 44, # Max package power for time window #1 'PL2_TDP_W': 44, # Max package power for time window #2
'PL2_DURATION_S': 0.002, # Time window #1 duration 'PL2_DURATION_S': 0.002, # Time window #2 duration
'TRIP_TEMP_C': 97 # Max allowed temperature before throttling 'TRIP_TEMP_C': 97 # Max allowed temperature before throttling
}, },
'BATTERY': { 'BATTERY': {
'UPDATE_RATE_SEC': 30, # Update the registers every this many seconds 'UPDATE_RATE_SEC': 30, # Update the registers every this many seconds
'PL1_TDP_W': 29, # Max package power for time window #1 'PL1_TDP_W': 29, # Max package power for time window #1
'PL1_DURATION_S': 28, # Time window #1 duration 'PL1_DURATION_S': 28, # Time window #1 duration
'PL2_TDP_W': 44, # Max package power for time window #1 'PL2_TDP_W': 44, # Max package power for time window #2
'PL2_DURATION_S': 0.002, # Time window #1 duration 'PL2_DURATION_S': 0.002, # Time window #2 duration
'TRIP_TEMP_C': 85 # Max allowed temperature before throttling 'TRIP_TEMP_C': 85 # Max allowed temperature before throttling
}, },
} }