Impedance<InputIx>

RepCap Settings

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

SCPI Command :

[SOURce<HW>]:INPut:MODext:IMPedance<CH>
class ImpedanceCls[source]

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

get(inputIx=InputIx.Default) RsSmbv.enums.Imp[source]
# SCPI: [SOURce<HW>]:INPut:MODext:IMPedance<CH>
value: enums.Imp = driver.source.inputPy.modext.impedance.get(inputIx = repcap.InputIx.Default)

Sets the impedance for the externally supplied modulation signal.

param inputIx

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

return

impedance: G50| G600| HIGH G50 = 50 Ohm to ground G600 = 600 Ohm to ground HIGH = 100 kOhm to ground

set(impedance: RsSmbv.enums.Imp, inputIx=InputIx.Default) None[source]
# SCPI: [SOURce<HW>]:INPut:MODext:IMPedance<CH>
driver.source.inputPy.modext.impedance.set(impedance = enums.Imp.G50, inputIx = repcap.InputIx.Default)

Sets the impedance for the externally supplied modulation signal.

param impedance

G50| G600| HIGH G50 = 50 Ohm to ground G600 = 600 Ohm to ground HIGH = 100 kOhm to ground

param inputIx

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

Cloning the Group

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