Mode

SCPI Command :

PROBe<*>:SETup:TERM:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(probe=Probe.Default) AutoManualMode[source]
# PROBe<*>:SETup:TERM:MODE
value: enums.AutoManualMode = driver.probe.setup.term.mode.get(probe = repcap.Probe.Default)

Setting the termination voltage is relevant if you use the R&S RT-ZMA40 SMA module. You can set a termination voltage to correct the internal 50 Ω termination of the SMA module by the common mode voltage. To control the termination voltage by the instrument, connect the VT terminal of the R&S RT-ZM probe amplifier to the VT terminal of the SMA module using the red DC lead (see R&S RT-ZM User Manual) .

Parameters:

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

Returns:

mode: AUTO | MANual

  • AUTO: The instrument uses the measured common mode voltage to control the termination.

  • MANual: Enter the voltage to be used for termination.

set(mode: AutoManualMode, probe=Probe.Default) None[source]
# PROBe<*>:SETup:TERM:MODE
driver.probe.setup.term.mode.set(mode = enums.AutoManualMode.AUTO, probe = repcap.Probe.Default)

Setting the termination voltage is relevant if you use the R&S RT-ZMA40 SMA module. You can set a termination voltage to correct the internal 50 Ω termination of the SMA module by the common mode voltage. To control the termination voltage by the instrument, connect the VT terminal of the R&S RT-ZM probe amplifier to the VT terminal of the SMA module using the red DC lead (see R&S RT-ZM User Manual) .

Parameters:
  • mode

    AUTO | MANual

    • AUTO: The instrument uses the measured common mode voltage to control the termination.

    • MANual: Enter the voltage to be used for termination.

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