Manual

SCPI Command :

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

Sets the gain of a current probe.

Parameters:

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

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

Sets the gain of a current probe.

Parameters:
  • prb_gn_md_manual – 100E-6 to 10000

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