Handover
SCPI Command :
[SENSe]:MIXer:FREQuency:HANDover
- class HandoverCls[source]
Handover commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:MIXer:FREQuency:HANDover value: float = driver.applications.k70Vsa.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 [SENSe:]MIXer<x>[:STATe]) .
- return
freq: No help available
- set(freq: float) None [source]
# SCPI: [SENSe]:MIXer:FREQuency:HANDover driver.applications.k70Vsa.sense.mixer.frequency.handover.set(freq = 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 [SENSe:]MIXer<x>[:STATe]) .
- param freq
No help available