Phase

SCPI Command :

[SOURce<HW>]:FSIMulator: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>]:FSIMulator:MIMO:TAP<CH>:GVECtor<ST>:PHASe
value: float = driver.source.fsimulator.mimo.tap.gvector.phase.get(mimoTap = repcap.MimoTap.Default, gainVector = repcap.GainVector.Default)

Sets the phase shift of the selected path.

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’)

Returns:

phase: float Range: 0 to 360

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

Sets the phase shift of the selected path.

Parameters:
  • phase – float Range: 0 to 360

  • 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’)