Modext
SCPI Command :
[SOURce<HW>]:INPut:MODext:COUPling
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_coupling() AcDc[source]
# [SOURce<HW>]:INPut:MODext:COUPling value: enums.AcDc = driver.source.inputPy.modext.get_coupling()
Selects the coupling mode for an externally applied modulation signal.
- 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(coupling: AcDc) None[source]
# [SOURce<HW>]:INPut:MODext:COUPling driver.source.inputPy.modext.set_coupling(coupling = enums.AcDc.AC)
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.
Cloning the Group
# Create a copy of the original group, that exists independently
modext_copy = driver.source.inputPy.modext.clone()
Subgroups