Unit

SCPI Command :

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

Sets the unit for the connected probe type 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_unt: ProbeAttUnit, probe=Probe.Default) None[source]
# PROBe<*>:SETup:ATTenuation:UNIT
driver.probe.setup.attenuation.unit.set(prb_att_unt = enums.ProbeAttUnit.A, probe = repcap.Probe.Default)

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

Parameters:
  • prb_att_unt – Voltage probe (V) , current probe (A) , power probe (W)

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