Handover
SCPI Command :
[SENSe]:MIXer:FREQuency:HANDover
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:MIXer:FREQuency:HANDover value: float = driver.applications.k91Wlan.sense.mixer.frequency.handover.get()
Defines the frequency at which the mixer switches from one range to the next (if two different ranges are selected) . The handover frequency for each band can be selected freely within the overlapping frequency range. Is only available if the external mixer is active (see method
RsFsw.applications.k50Spurious.sense.mixer.state.set()) .- Returns:
frequency: Unit: HZ
- set(frequency: float) None[source]
# [SENSe]:MIXer:FREQuency:HANDover driver.applications.k91Wlan.sense.mixer.frequency.handover.set(frequency = 1.0)
Defines the frequency at which the mixer switches from one range to the next (if two different ranges are selected) . The handover frequency for each band can be selected freely within the overlapping frequency range. Is only available if the external mixer is active (see method
RsFsw.applications.k50Spurious.sense.mixer.state.set()) .- Parameters:
frequency – Unit: HZ