Manual

SCPI Command :

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

Sets the attenuation for the connected probe if method RsRtx.probe.setup.attenuation.mode.set() is set to MANual.

Parameters:

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

set(prb_att_md_manual: float, probe=Probe.Default) None[source]
# PROBe<*>:SETup:ATTenuation:MANual
driver.probe.setup.attenuation.manual.set(prb_att_md_manual = 1.0, probe = repcap.Probe.Default)

Sets the attenuation for the connected probe if method RsRtx.probe.setup.attenuation.mode.set() is set to MANual.

Parameters:
  • prb_att_md_manual – 100E-6 to 10000

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