Coupling

SCPI Commands

SENSe:ADEMod:AF:COUPling
class CouplingCls[source]

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

get() CouplingTypeA[source]
# SCPI: [SENSe]:ADEMod:AF:COUPling
value: enums.CouplingTypeA = driver.sense.ademod.af.coupling.get()

This command selects the coupling of the AF path of the analyzer in the specified window.

return

coupling: AC | DC

set(coupling: CouplingTypeA) None[source]
# SCPI: [SENSe]:ADEMod:AF:COUPling
driver.sense.ademod.af.coupling.set(coupling = enums.CouplingTypeA.AC)

This command selects the coupling of the AF path of the analyzer in the specified window.

param coupling

AC | DC