Phase

SCPI Command :

[SOURce<HW>]:FSIMulator: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>]:FSIMulator:MIMO:TAP<CH>:MATRix:ROW<DI>:COLumn<ST>:PHASe
value: float = driver.source.fsimulator.mimo.tap.matrix.row.column.phase.get(mimoTap = repcap.MimoTap.Default, row = repcap.Row.Default, column = repcap.Column.Default)

Sets the value for the phase part or imaginary part of the correlation.

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

Returns:

phase: float Range: 0 to 360

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

Sets the value for the phase part or imaginary part of the correlation.

Parameters:
  • phase – float Range: 0 to 360

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