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) ImpG50High [source]
# SCPI: [SOURce<HW>]:INPut:MODext:IMPedance<CH> value: enums.ImpG50High = driver.source.inputPy.modext.impedance.get(inputIx = repcap.InputIx.Default)
Sets the impedance (50 kOhm or High = 100 kOhm to ground) for the externally supplied modulation signal.
- param inputIx:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Impedance’)
- return:
impedance: G50| HIGH
- set(impedance: ImpG50High, inputIx=InputIx.Default) None [source]
# SCPI: [SOURce<HW>]:INPut:MODext:IMPedance<CH> driver.source.inputPy.modext.impedance.set(impedance = enums.ImpG50High.G50, inputIx = repcap.InputIx.Default)
Sets the impedance (50 kOhm or High = 100 kOhm to ground) for the externally supplied modulation signal.
- param impedance:
G50| HIGH
- 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()