Impedance

SCPI Command :

CHANnel<*>:IMPedance
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) float[source]
# CHANnel<*>:IMPedance
value: float = driver.channel.impedance.get(channel = repcap.Channel.Default)

Sets the impedance of the channel for power calculations and measurements.

Parameters:

channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)

Returns:

impedance: 0.1 to 100E+3

set(impedance: float, channel=Channel.Default) None[source]
# CHANnel<*>:IMPedance
driver.channel.impedance.set(impedance = 1.0, channel = repcap.Channel.Default)

Sets the impedance of the channel for power calculations and measurements.

Parameters:
  • impedance – 0.1 to 100E+3

  • channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)