ConGain

SCPI Command :

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

Returns or sets the conversion gain, depending on method RsRtx.probe.setup.optical.wavLength.set() . The setting is relevant for optic receivers and probes.

Parameters:

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

Returns:

conversion_gain: -1000 to -1

set(conversion_gain: float, probe=Probe.Default) None[source]
# PROBe<*>:SETup:OPTical:CONGain
driver.probe.setup.optical.conGain.set(conversion_gain = 1.0, probe = repcap.Probe.Default)

Returns or sets the conversion gain, depending on method RsRtx.probe.setup.optical.wavLength.set() . The setting is relevant for optic receivers and probes.

Parameters:
  • conversion_gain – -1000 to -1

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