forked from M-Labs/artiq
SUServo: flake8 [NFC] (#1267)
Signed-off-by: Thomas Harty <thomas.harty@physics.ox.ac.uk>
This commit is contained in:
parent
87e85bcc14
commit
df6c1fca2c
|
@ -258,10 +258,10 @@ class Channel:
|
||||||
This method does not advance the timeline. Output RF switch setting
|
This method does not advance the timeline. Output RF switch setting
|
||||||
takes effect immediately and is independent of any other activity
|
takes effect immediately and is independent of any other activity
|
||||||
(profile settings, other channels). The RF switch behaves like
|
(profile settings, other channels). The RF switch behaves like
|
||||||
:class:`artiq.coredevice.ttl.TTLOut`. RTIO event replacement is supported. IIR updates take place
|
:class:`artiq.coredevice.ttl.TTLOut`. RTIO event replacement is
|
||||||
once the RF switch has been enabled for the configured delay and the
|
supported. IIR updates take place once the RF switch has been enabled
|
||||||
profile setting has been stable. Profile changes take between one and
|
for the configured delay and the profile setting has been stable.
|
||||||
two servo cycles to reach the DDS.
|
Profile changes take between one and two servo cycles to reach the DDS.
|
||||||
|
|
||||||
:param en_out: RF switch enable
|
:param en_out: RF switch enable
|
||||||
:param en_iir: IIR updates enable
|
:param en_iir: IIR updates enable
|
||||||
|
|
Loading…
Reference in New Issue