Unit

SCPI Command :

MEASurement<*>:AMPTime:PHASe:UNIT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) PhaseMode[source]
# MEASurement<*>:AMPTime:PHASe:UNIT
value: enums.PhaseMode = driver.measurement.ampTime.phase.unit.get(measIndex = repcap.MeasIndex.Default)

Selects the unit of the oase: degrees or radians.

Parameters:

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

Returns:

phase_mode: DEGRees | RADians

set(phase_mode: PhaseMode, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:AMPTime:PHASe:UNIT
driver.measurement.ampTime.phase.unit.set(phase_mode = enums.PhaseMode.DEGRees, measIndex = repcap.MeasIndex.Default)

Selects the unit of the oase: degrees or radians.

Parameters:
  • phase_mode – DEGRees | RADians

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