Coupling

SCPI Command :

[SENSe]:ADEMod:AF:COUPling
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() CouplingTypeA[source]
# [SENSe]:ADEMod:AF:COUPling
value: enums.CouplingTypeA = driver.sense.ademod.af.coupling.get()

Selects the coupling of the AF path of the analyzer in the specified window.

Returns:

coupling: AC | DC

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

Selects the coupling of the AF path of the analyzer in the specified window.

Parameters:

coupling – AC | DC