Band

SCPI Commands

SENSe:MIXer:HARMonic:BAND
SENSe:MIXer:HARMonic:BAND:PRESet
class BandCls[source]

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

get() Band[source]
# SCPI: [SENSe]:MIXer:HARMonic:BAND
value: enums.Band = driver.sense.mixer.harmonic.band.get()

This command selects the external mixer band. The query returns the currently selected band. This command is only available if the external mixer is active (see [SENSe:]MIXer<x>[:STATe]) .

return

band: KA | Q | U | V | E | W | F | D | G | Y | J | USER Standard waveguide band or user-defined band.

preset() None[source]
# SCPI: [SENSe]:MIXer:HARMonic:BAND:PRESet
driver.sense.mixer.harmonic.band.preset()

This command 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]
# SCPI: [SENSe]:MIXer:HARMonic:BAND:PRESet
driver.sense.mixer.harmonic.band.preset_with_opc()

This command 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 RsFswp.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms

Maximum time to wait in milliseconds, valid only for this call.

set(band: Band) None[source]
# SCPI: [SENSe]:MIXer:HARMonic:BAND
driver.sense.mixer.harmonic.band.set(band = enums.Band.A)

This command selects the external mixer band. The query returns the currently selected band. This command is only available if the external mixer is active (see [SENSe:]MIXer<x>[:STATe]) .

param band

KA | Q | U | V | E | W | F | D | G | Y | J | USER Standard waveguide band or user-defined band.