Apr-21-2021, 07:35 PM
(This post was last modified: Apr-21-2021, 09:07 PM by Yoriz.
Edit Reason: Title
)
Hello to all!
I need to create dictionary like this:
can anyone help with?
I need to create dictionary like this:
1 2 3 4 |
rcd_curr = { 'SOUR:SAF:RCDC' : { 0.025 : (?????), 0.25 : (???????), 2.5 : (???????)}} for key 0.025 I need generate values from 0.020 with step 0.0001 for key 0.25 I need generate values from 0.21 with step 0.001 for key 2.5 I need generate values from 2.1 with step 0.01 |