Value

SCPI Command :

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

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

Parameters:

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

set(att_thres: float, probe=Probe.Default) None[source]
# PROBe<*>:SETup:ATTenuation:THReshold:VALue
driver.probe.setup.attenuation.threshold.value.set(att_thres = 1.0, probe = repcap.Probe.Default)

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

Parameters:
  • att_thres – -0.236 to 0.236

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