Mode

SCPI Commands

SENSe:ROSCillator:COUPling:BANDwidth:MODE
class ModeCls[source]

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

get() AutoManualMode[source]
# SCPI: [SENSe]:ROSCillator:COUPling:BANDwidth:MODE
value: enums.AutoManualMode = driver.sense.roscillator.coupling.bandwidth.mode.get()
This command selects coupling bandwidth mode for the internal reference frequency.

INTRO_CMD_HELP: Prerequisites for this command

  • Options R&S FSWP-B60 or -B61 must be available.

return

mode: AUTO Automatically selects an appropriate coupling bandwidth. MANual Manual selection of coupling bandwidth. You can select the bandwidth with [SENSe:]ROSCillator:COUPling:BANDwidth.

set(mode: AutoManualMode) None[source]
# SCPI: [SENSe]:ROSCillator:COUPling:BANDwidth:MODE
driver.sense.roscillator.coupling.bandwidth.mode.set(mode = enums.AutoManualMode.AUTO)
This command selects coupling bandwidth mode for the internal reference frequency.

INTRO_CMD_HELP: Prerequisites for this command

  • Options R&S FSWP-B60 or -B61 must be available.

param mode

AUTO Automatically selects an appropriate coupling bandwidth. MANual Manual selection of coupling bandwidth. You can select the bandwidth with [SENSe:]ROSCillator:COUPling:BANDwidth.