Unit

SCPI Command :

PROBe<*>:SETup:ADVanced:UNIT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(probe=Probe.Default) Unit[source]
# PROBe<*>:SETup:ADVanced:UNIT
value: enums.Unit = driver.probe.setup.advanced.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: Unit, probe=Probe.Default) None[source]
# PROBe<*>:SETup:ADVanced:UNIT
driver.probe.setup.advanced.unit.set(select_unit = enums.Unit.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’)