Frequency

SCPI Command :

SENSe:BASE:REFerence:FREQuency:LOCKed
class FrequencyCls[source]

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

get_locked() bool[source]
# SCPI: SENSe:BASE:REFerence:FREQuency:LOCKed
value: bool = driver.sense.reference.frequency.get_locked()

Queries whether the reference frequency is locked or not.

return:

lock: 1 | 0 1: The frequency is locked. 0: The frequency is not locked.