Mode

SCPI Commands

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

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

get() AutoMode[source]
# SCPI: [SENSe]:ROSCillator:COUPling:MODE
value: enums.AutoMode = driver.sense.roscillator.coupling.mode.get()
This command turns the coupling of the internal reference frequency on and off.

INTRO_CMD_HELP: Prerequisites for this command

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

return

state: AUTO Automatically turns the coupling on and off, depending on the current measurement scenario. OFF Decouples the reference frequencies. ON Couples the reference frequencies.

set(state: AutoMode) None[source]
# SCPI: [SENSe]:ROSCillator:COUPling:MODE
driver.sense.roscillator.coupling.mode.set(state = enums.AutoMode.AUTO)
This command turns the coupling of the internal reference frequency on and off.

INTRO_CMD_HELP: Prerequisites for this command

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

param state

AUTO Automatically turns the coupling on and off, depending on the current measurement scenario. OFF Decouples the reference frequencies. ON Couples the reference frequencies.