Unit
SCPI Command :
PROBe<*>:SETup:ATTenuation:UNIT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(probe=Probe.Default) ProbeAttUnits[source]
# PROBe<*>:SETup:ATTenuation:UNIT value: enums.ProbeAttUnits = driver.probe.setup.attenuation.unit.get(probe = repcap.Probe.Default)
Returns the unit of the connected probe if the probe is detected or predefined. For unknown probes, you can select the required unit.
- Parameters:
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)
- set(prb_att_unt: ProbeAttUnits, probe=Probe.Default) None[source]
# PROBe<*>:SETup:ATTenuation:UNIT driver.probe.setup.attenuation.unit.set(prb_att_unt = enums.ProbeAttUnits.A, probe = repcap.Probe.Default)
Returns the unit of the connected probe if the probe is detected or predefined. For unknown probes, you can select the required unit.
- 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’)