Coupling<InputIx>

RepCap Settings

# Range: Nr1 .. Nr8
rc = driver.source.inputPy.modext.coupling.repcap_inputIx_get()
driver.source.inputPy.modext.coupling.repcap_inputIx_set(repcap.InputIx.Nr1)

SCPI Command :

[SOURce<HW>]:INPut:MODext:COUPling<CH>
class CouplingCls[source]

Coupling commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: InputIx, default value after init: InputIx.Nr1

get(inputIx=InputIx.Default) RsSmw.enums.AcDc[source]
# SCPI: [SOURce<HW>]:INPut:MODext:COUPling<CH>
value: enums.AcDc = driver.source.inputPy.modext.coupling.get(inputIx = repcap.InputIx.Default)

Selects the coupling mode for an externally applied modulation signal.

param inputIx

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

return

coupling: AC| DC AC Passes the AC signal component of the modulation signal. DC Passes the modulation signal with both components, AC and DC.

set(coupling: RsSmw.enums.AcDc, inputIx=InputIx.Default) None[source]
# SCPI: [SOURce<HW>]:INPut:MODext:COUPling<CH>
driver.source.inputPy.modext.coupling.set(coupling = enums.AcDc.AC, inputIx = repcap.InputIx.Default)

Selects the coupling mode for an externally applied modulation signal.

param coupling

AC| DC AC Passes the AC signal component of the modulation signal. DC Passes the modulation signal with both components, AC and DC.

param inputIx

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.inputPy.modext.coupling.clone()