Magnitude

SCPI Command :

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

Sets the value for the real part or magnitude 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:

magnitude: float Range: 0 to 1

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

Sets the value for the real part or magnitude part of the correlation.

Parameters:
  • magnitude – float Range: 0 to 1

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