Skip to content

PR #70 breaks parameter .get and .set functionality #84

@peendebak

Description

@peendebak

I cannot debug the issue properly because all the objects are multiprocessing objects. A minimal example showing the issue:

%matplotlib nbagg
import matplotlib.pyplot as plt
import time
import numpy as np
import qcodes as qc

from toymodel import AModel, MockGates, MockSource, MockMeter, AverageGetter, AverageAndRaw

# now create this "experiment"
model = AModel()
gates = MockGates('gates', model=model)

c0, c1, c2 = gates.chan0, gates.chan1, gates.chan2
print('fine so far...')

print('error...')
c2.get()
print('no effect?')
c2.set(0.5)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions