Mode

SCPI Command :

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

Set the mode to MANual if the instrument does not detect the probe.

Parameters:

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

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

Set the mode to MANual if the instrument does not detect the probe.

Parameters:
  • prb_att_md – AUTO | MANual

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