Skip to content

Provide modelparams in Load/Filter component that set device values #130

@Webbah

Description

@Webbah

# 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 requesthelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions