Impedance<InputIx>
SCPI Command :
[SOURce<HW>]:INPut:MODext:IMPedance<CH>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr8 driver.source.inputPy.modext.impedance.repcap_inputIx_set(repcap.InputIx.Nr1)
- get(inputIx=InputIx.Default) ImpG50High[source]
# [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.
- Parameters:
inputIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Impedance’)
- Returns:
impedance: G50 | HIGH
- set(impedance: ImpG50High, inputIx=InputIx.Default) None[source]
# [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.
- Parameters:
impedance – G50 | HIGH
inputIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Impedance’)
Cloning the Group
# Create a copy of the original group, that exists independently
impedance_copy = driver.source.inputPy.modext.impedance.clone()