Impedance

SCPI Command:

CONFigure:BASE:AOUT<nr>:ZBOX:IMPedance
class ImpedanceCls[source]

Impedance commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(audioOutput=AudioOutput.Default) Impedance[source]
# SCPI: CONFigure:BASE:AOUT<nr>:ZBOX:IMPedance
value: enums.Impedance = driver.configure.base.audioOutput.zbox.impedance.get(audioOutput = repcap.AudioOutput.Default)

Specifies the impedance that is configured at the impedance matching unit.

param audioOutput:

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

return:

impedance: IHOL | R50 | R150 | R300 | R600 IHOL In high / out low R50 | R150 | R300 | R600 50 Ohm | 150 Ohm | 300 Ohm | 600 Ohm

set(impedance: Impedance, audioOutput=AudioOutput.Default) None[source]
# SCPI: CONFigure:BASE:AOUT<nr>:ZBOX:IMPedance
driver.configure.base.audioOutput.zbox.impedance.set(impedance = enums.Impedance.IHOL, audioOutput = repcap.AudioOutput.Default)

Specifies the impedance that is configured at the impedance matching unit.

param impedance:

IHOL | R50 | R150 | R300 | R600 IHOL In high / out low R50 | R150 | R300 | R600 50 Ohm | 150 Ohm | 300 Ohm | 600 Ohm

param audioOutput:

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