Skip to content
#

circuit

Here are 311 public repositories matching this topic...

daliny
daliny commented Sep 4, 2019

at https://github.com/cep21/circuit/blob/v3.1.0/v3/example/main.go#L81

circuit.Config{} should be configured, like

circuit.Config{
General: circuit.GeneralConfig{
	OpenToClosedFactory: hystrix.CloserFactory(hystrix.ConfigureCloser{}),
	ClosedToOpenFactory: hystrix.OpenerFactory(hystrix.ConfigureOpener{}),
}

right?

mgely
mgely commented May 8, 2020

The symbolic computation of the admittance between two nodes as a function of the frequency (as well as the transfer function between two ports) is a core functionality of QuCAT, implemented in the core._Network.admittance and core._Network.transfer functions respectively.

However, there is not user-accessible function that would allow one to, for example, plot the impedance (one over the admit

Improve this page

Add a description, image, and links to the circuit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the circuit topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.