Modext

SCPI Command :

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

Modext commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_coupling() RsSmbv.enums.AcDc[source]
# SCPI: [SOURce<HW>]:INPut:MODext:COUPling
value: enums.AcDc = driver.source.inputPy.modext.get_coupling()

Selects the coupling mode for an externally applied modulation signal.

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(coupling: RsSmbv.enums.AcDc) None[source]
# SCPI: [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.

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.

Cloning the Group

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

Subgroups