Gcoupling

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:DEModulation:GCOupling
class GcouplingCls[source]

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

class GcouplingStruct[source]

Response structure. Fields:

  • Coupling_Left: enums.GeneratorCoupling: OFF | GEN1 | GEN2 | GEN3 | GEN4 OFF No coupling GENn Coupled to audio generator n

  • Coupling_Right: enums.GeneratorCoupling: OFF | GEN2 | GEN4

get() GcouplingStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DEModulation:GCOupling
value: GcouplingStruct = driver.configure.afRf.measurement.demodulation.gcoupling.get()
Couples the audio output paths of the demodulator to an internal signal generator.

INTRO_CMD_HELP: For FM stereo, the settings configure the left and the right audio channel. Only the following combinations are allowed:

  • OFF, OFF

  • GEN1, GEN2

  • GEN3, GEN4

For other modulation types, only <CouplingLeft> is relevant. <CouplingRight> has no effect.

return:

structure: for return value, see the help for GcouplingStruct structure arguments.

set(coupling_left: GeneratorCoupling, coupling_right: GeneratorCoupling) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DEModulation:GCOupling
driver.configure.afRf.measurement.demodulation.gcoupling.set(coupling_left = enums.GeneratorCoupling.GEN1, coupling_right = enums.GeneratorCoupling.GEN1)
Couples the audio output paths of the demodulator to an internal signal generator.

INTRO_CMD_HELP: For FM stereo, the settings configure the left and the right audio channel. Only the following combinations are allowed:

  • OFF, OFF

  • GEN1, GEN2

  • GEN3, GEN4

For other modulation types, only <CouplingLeft> is relevant. <CouplingRight> has no effect.

param coupling_left:

OFF | GEN1 | GEN2 | GEN3 | GEN4 OFF No coupling GENn Coupled to audio generator n

param coupling_right:

OFF | GEN2 | GEN4