Phase

SCPI Command :

[SOURce<HW>]:CEMulation:MIMO:TAP<CH>:GVECtor<ST>:PHASe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mimoTap=MimoTap.Default, gainVector=GainVector.Default) float[source]
# [SOURce<HW>]:CEMulation:MIMO:TAP<CH>:GVECtor<ST>:PHASe
value: float = driver.source.cemulation.mimo.tap.gvector.phase.get(mimoTap = repcap.MimoTap.Default, gainVector = repcap.GainVector.Default)

No help available

Parameters:
  • mimoTap – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)

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

set(phase: float, mimoTap=MimoTap.Default, gainVector=GainVector.Default) None[source]
# [SOURce<HW>]:CEMulation:MIMO:TAP<CH>:GVECtor<ST>:PHASe
driver.source.cemulation.mimo.tap.gvector.phase.set(phase = 1.0, mimoTap = repcap.MimoTap.Default, gainVector = repcap.GainVector.Default)

No help available

Parameters:
  • mimoTap – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)

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