Coupling<InputIx>
SCPI Command :
[SOURce<HW>]:INPut:MODext:COUPling<CH>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr8 driver.source.inputPy.modext.coupling.repcap_inputIx_set(repcap.InputIx.Nr1)
- get(inputIx=InputIx.Default) AcDc[source]
# [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.
- Parameters:
inputIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coupling’)
- Returns:
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: AcDc, inputIx=InputIx.Default) None[source]
# [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.
- Parameters:
coupling – AC | DC AC Passes the AC signal component of the modulation signal. DC Passes the modulation signal with both components, AC and DC.
inputIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coupling’)
Cloning the Group
# Create a copy of the original group, that exists independently
coupling_copy = driver.source.inputPy.modext.coupling.clone()