Phase

SCPI Command :

[SOURce<HW>]:CEMulation:MIMO:TAP<CH>:MATRix:ROW<DI>:COLumn<ST>:PHASe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mimoTap=MimoTap.Default, row=Row.Default, column=Column.Default) float[source]
# [SOURce<HW>]:CEMulation:MIMO:TAP<CH>:MATRix:ROW<DI>:COLumn<ST>:PHASe
value: float = driver.source.cemulation.mimo.tap.matrix.row.column.phase.get(mimoTap = repcap.MimoTap.Default, row = repcap.Row.Default, column = repcap.Column.Default)

No help available

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

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

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

set(phase: float, mimoTap=MimoTap.Default, row=Row.Default, column=Column.Default) None[source]
# [SOURce<HW>]:CEMulation:MIMO:TAP<CH>:MATRix:ROW<DI>:COLumn<ST>:PHASe
driver.source.cemulation.mimo.tap.matrix.row.column.phase.set(phase = 1.0, mimoTap = repcap.MimoTap.Default, row = repcap.Row.Default, column = repcap.Column.Default)

No help available

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

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

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