Zaxv

SCPI Command :

PROBe<*>:SETup:ZAXV
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(probe=Probe.Default) bool[source]
# PROBe<*>:SETup:ZAXV
value: bool = driver.probe.setup.zaxv.get(probe = repcap.Probe.Default)

If you use the external attenuator R&S RT-ZA15 together with one of the differential active probes R&S RT-ZD10/20/30, enable it to include the external attenuation in the measurements.

Parameters:

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

Returns:

ext_att_rt_za_15: OFF | ON

set(ext_att_rt_za_15: bool, probe=Probe.Default) None[source]
# PROBe<*>:SETup:ZAXV
driver.probe.setup.zaxv.set(ext_att_rt_za_15 = False, probe = repcap.Probe.Default)

If you use the external attenuator R&S RT-ZA15 together with one of the differential active probes R&S RT-ZD10/20/30, enable it to include the external attenuation in the measurements.

Parameters:
  • ext_att_rt_za_15 – OFF | ON

  • probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)