External

SCPI Command:

SYSTem:BASE:REFerence:EXTernal:LIRange
class ExternalCls[source]

External commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_li_range() LockRangeExternal[source]
# SCPI: SYSTem:BASE:REFerence:EXTernal:LIRange
value: enums.LockRangeExternal = driver.system.base.reference.external.get_li_range()

Selects the width of the lock-in range, used to synchronize to an external reference frequency source.

return:

li_range: WIDE | MEDium | NARRow | INV INV means that the source is unusable, for example because of an ongoing adjustment

set_li_range(li_range: LockRangeExternal) None[source]
# SCPI: SYSTem:BASE:REFerence:EXTernal:LIRange
driver.system.base.reference.external.set_li_range(li_range = enums.LockRangeExternal.INV)

Selects the width of the lock-in range, used to synchronize to an external reference frequency source.

param li_range:

WIDE | MEDium | NARRow | INV INV means that the source is unusable, for example because of an ongoing adjustment