Unit

SCPI Command :

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

Sets the unit of the R&S RT-ZISO signal.

Parameters:

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

Returns:

select_unit: V | A | W

set(select_unit: SelectUnit, probe=Probe.Default) None[source]
# PROBe<*>:SETup:UNIT
driver.probe.setup.unit.set(select_unit = enums.SelectUnit.A, probe = repcap.Probe.Default)

Sets the unit of the R&S RT-ZISO signal.

Parameters:
  • select_unit – V | A | W

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