forked from M-Labs/artiq
almazny_channel: fix spelling
This commit is contained in:
parent
6f0dcff4c2
commit
81330c6e2f
|
@ -59,7 +59,7 @@ class AlmaznyChannel:
|
||||||
@kernel
|
@kernel
|
||||||
def set(self, att, enable, led=False):
|
def set(self, att, enable, led=False):
|
||||||
"""
|
"""
|
||||||
Set attenuation, RF switch, and LET state (SI units).
|
Set attenuation, RF switch, and LED state (SI units).
|
||||||
|
|
||||||
:param att: attenuator setting in dB (0-31.5)
|
:param att: attenuator setting in dB (0-31.5)
|
||||||
:param enable: RF switch state (bool)
|
:param enable: RF switch state (bool)
|
||||||
|
|
Loading…
Reference in New Issue