-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
# TODO: perhaps provide modelparams that set resistance value |
Possible to shift all device parameters to net.yaml?
Till now: L,C,R... parameters are defined in file and given to model_params in env maks/register.
Idea: Use net.yaml as bundeld config with all(!!) (initial) env-parameters.
modelparams = {r_load.resistor1.R: net['l_load'].R}
still needed or solved internally?
How to implement loadsteps in that case?
modelparams = {r_load.resistor1.R: partial(rand_load.load_step, gain=net['l_load'].R)}
?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed