Trange

SCPI Command :

[SENSe]:ROSCillator:TRANge
class TrangeCls[source]

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

get() RsFsw.enums.TuningRange[source]
# SCPI: [SENSe]:ROSCillator:TRANge
value: enums.TuningRange = driver.sense.roscillator.trange.get()

Defines the tuning range. The tuning range is only available for the variable external reference frequency. It determines how far the frequency may deviate from the defined level in parts per million (10-6) . For more information see Table ‘Available Reference Frequency Input’.

return

range_py: WIDE | SMALl The possible values depend on the reference source (see Table ‘Available Reference Frequency Input’) . SMALl With this smaller deviation (+/- 0.5 ppm) a very narrow fixed loop bandwidth of 0.1 Hz is realized. With this setting the instrument can synchronize to an external reference signal with a very precise frequency. Due to the very narrow loop bandwidth, unwanted noise or spurious components on the external reference input signal are strongly attenuated. Furthermore, the loop requires about 30 seconds to reach a locked state. During this locking process, ‘NO REF’ is displayed in the status bar. WIDE The larger deviation (+/- 6 ppm) allows the instrument to synchronize to less precise external reference input signals.

set(range_py: RsFsw.enums.TuningRange) None[source]
# SCPI: [SENSe]:ROSCillator:TRANge
driver.sense.roscillator.trange.set(range_py = enums.TuningRange.SMALl)

Defines the tuning range. The tuning range is only available for the variable external reference frequency. It determines how far the frequency may deviate from the defined level in parts per million (10-6) . For more information see Table ‘Available Reference Frequency Input’.

param range_py

WIDE | SMALl The possible values depend on the reference source (see Table ‘Available Reference Frequency Input’) . SMALl With this smaller deviation (+/- 0.5 ppm) a very narrow fixed loop bandwidth of 0.1 Hz is realized. With this setting the instrument can synchronize to an external reference signal with a very precise frequency. Due to the very narrow loop bandwidth, unwanted noise or spurious components on the external reference input signal are strongly attenuated. Furthermore, the loop requires about 30 seconds to reach a locked state. During this locking process, ‘NO REF’ is displayed in the status bar. WIDE The larger deviation (+/- 6 ppm) allows the instrument to synchronize to less precise external reference input signals.