DefProbe

SCPI Command :

PROBe<*>:SETup:ATTenuation:DEFProbe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(probe=Probe.Default) DefProbeSelect[source]
# PROBe<*>:SETup:ATTenuation:DEFProbe
value: enums.DefProbeSelect = driver.probe.setup.attenuation.defProbe.get(probe = repcap.Probe.Default)

Selects a predefined probe. These are probes that are not recognized automatically but the parameters of the probe are known to the instrument.

Parameters:

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

set(select_predef_prb: DefProbeSelect, probe=Probe.Default) None[source]
# PROBe<*>:SETup:ATTenuation:DEFProbe
driver.probe.setup.attenuation.defProbe.set(select_predef_prb = enums.DefProbeSelect.FREE, probe = repcap.Probe.Default)

Selects a predefined probe. These are probes that are not recognized automatically but the parameters of the probe are known to the instrument.

Parameters:
  • select_predef_prb

    ZC10 | ZC20 | ZC30 | ZD01A100 | ZD01A1000 | ZZ80 | FREE | ZS10L | ZD02 | ZD08 | ZC02100 | ZC021000 | ZC03 | ZD002A10 | ZD002A100 | ZD003A20 | ZD003A200 | ZC3110 | ZC311 | ZC3101 | NP1544B | NP1544B50

    • ZC10 | ZC20 | ZC30 | ZZ80 | ZS10L | ZD02 | ZD08 | ZC03: Type of the probe

    • ZD01A100 | ZD01A1000 | ZD002A10 | ZD002A100 | ZD003A20 | ZD003A200: High voltage differential probes R&S RT-ZD0xx, attenuation ratio according to the setting on the probe.A10 = 10:1A20 = 20:1A100 = 100:1A200 = 200:1A1000 = 1000:1

    • ZC02100 | ZC021000: Current probes 100 A or 1000 A according to the setting on the probe.

    • FREE: Any other probe that is not recognized by the instrument.

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