Icoupling

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:AIN<nr>:ICOupling
class IcouplingCls[source]

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

get(audioInput=AudioInput.Default) PathCoupling[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:AIN<nr>:ICOupling
value: enums.PathCoupling = driver.configure.afRf.measurement.audioInput.icoupling.get(audioInput = repcap.AudioInput.Default)

Configures whether the DC signal component is blocked at an AF IN connector, or not.

param audioInput:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AudioInput’)

return:

path_coupling: AC | DC AC DC component blocked, only AC component available DC AC and DC component available

set(path_coupling: PathCoupling, audioInput=AudioInput.Default) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:AIN<nr>:ICOupling
driver.configure.afRf.measurement.audioInput.icoupling.set(path_coupling = enums.PathCoupling.AC, audioInput = repcap.AudioInput.Default)

Configures whether the DC signal component is blocked at an AF IN connector, or not.

param path_coupling:

AC | DC AC DC component blocked, only AC component available DC AC and DC component available

param audioInput:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AudioInput’)