Skip to content

Commit

Permalink
update for non-private .program
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomos11 committed Mar 8, 2024
1 parent 95edfd5 commit f875d0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions qupulse/_program/seqc.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@

from qupulse.utils.types import ChannelID, TimeType
from qupulse.utils import replace_multiple, grouper
from qupulse._program.waveforms import Waveform
from qupulse._program._loop import Loop
from qupulse._program.volatile import VolatileRepetitionCount, VolatileProperty
from qupulse.program.waveforms import Waveform
from qupulse.program.loop import Loop
from qupulse.program.volatile import VolatileRepetitionCount, VolatileProperty
from qupulse.hardware.awgs.base import ProgramEntry
from qupulse.hardware.util import zhinst_voltage_to_uint16

Expand Down
5 changes: 2 additions & 3 deletions qupulse/hardware/awgs/zihdawg.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@
import time

from qupulse.utils.types import ChannelID, TimeType, time_from_float
from qupulse._program._loop import Loop, make_compatible, roll_constant_waveforms
from qupulse._program.seqc import HDAWGProgramManager, UserRegister, WaveformFileSystem
from qupulse.program.loop import Loop, make_compatible
from qupulse.program.seqc import HDAWGProgramManager, UserRegister, WaveformFileSystem
from qupulse.hardware.awgs.base import AWG, ChannelNotFoundException, AWGAmplitudeOffsetHandling
from qupulse.hardware.util import traced
from qupulse.utils import replace_multiple
from zhinst.toolkit import Session

logger = logging.getLogger('qupulse.hdawg')
Expand Down

0 comments on commit f875d0e

Please sign in to comment.