Band
SCPI Commands :
[SENSe]:MIXer:HARMonic:BAND
[SENSe]:MIXer:HARMonic:BAND:PRESet
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get() BandB[source]
# [SENSe]:MIXer:HARMonic:BAND value: enums.BandB = driver.applications.k9X11Ad.sense.mixer.harmonic.band.get()
Selects the external mixer band. The query returns the currently selected band. Is only available if the external mixer is active (see method
RsFsw.applications.k50Spurious.sense.mixer.state.set()) .
- preset() None[source]
# [SENSe]:MIXer:HARMonic:BAND:PRESet driver.applications.k9X11Ad.sense.mixer.harmonic.band.preset()
Restores the preset frequency ranges for the selected standard waveguide band. Note: Changes to the band and mixer settings are maintained even after using the [PRESET] function. Use this command to restore the predefined band ranges.
- preset_with_opc(opc_timeout_ms: int = -1) None[source]
# [SENSe]:MIXer:HARMonic:BAND:PRESet driver.applications.k9X11Ad.sense.mixer.harmonic.band.preset_with_opc()
Restores the preset frequency ranges for the selected standard waveguide band. Note: Changes to the band and mixer settings are maintained even after using the [PRESET] function. Use this command to restore the predefined band ranges.
Same as preset, but waits for the operation to complete before continuing further. Use the RsFsw.utilities.opc_timeout_set() to set the timeout value.
- Parameters:
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.
- set(harmonic: BandB) None[source]
# [SENSe]:MIXer:HARMonic:BAND driver.applications.k9X11Ad.sense.mixer.harmonic.band.set(harmonic = enums.BandB.D)
Selects the external mixer band. The query returns the currently selected band. Is only available if the external mixer is active (see method
RsFsw.applications.k50Spurious.sense.mixer.state.set()) .