Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepy
linenumberstrue
collapsetrue
from Acspy.Clients.SimpleClient import PySimpleClient
import maci

client = PySimpleClient()
compSpec = maci.ComponentSpec("CLOCK1CLOCKTEST", "*", "*", "*")
comp = client.getCollocatedComp(compSpec, False, "CLOCK1CLOCKTEST")

Dynamic Component

Configuration

...