Frequency

SCPI Command:

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

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

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

Queries whether the reference frequency is locked or not.

return:

lock: 1 | 0 1: Frequency is locked 0: Frequency is not locked

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

Queries whether an installed OCXO has completed the warm-up phase and has reached its operating temperature.

return:

oven_cold: 0 | 1 0: warm-up completed, operating temperature reached 1: oven still cold, warm-up is ongoing