Real

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:ANTenna:INVerse:MATRix:ROW<ST>:COLumn<CH>:REAL
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(row=Row.Default, column=Column.Default) float[source]
# [SOURce<HW>]:FSIMulator:MIMO:ANTenna:INVerse:MATRix:ROW<ST>:COLumn<CH>:REAL
value: float = driver.source.fsimulator.mimo.antenna.inverse.matrix.row.column.real.get(row = repcap.Row.Default, column = repcap.Column.Default)

Sets the complex elements of the inverse channel matrix.

Parameters:
  • 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(ant_mod_inv_mat_real: float, row=Row.Default, column=Column.Default) None[source]
# [SOURce<HW>]:FSIMulator:MIMO:ANTenna:INVerse:MATRix:ROW<ST>:COLumn<CH>:REAL
driver.source.fsimulator.mimo.antenna.inverse.matrix.row.column.real.set(ant_mod_inv_mat_real = 1.0, row = repcap.Row.Default, column = repcap.Column.Default)

Sets the complex elements of the inverse channel matrix.

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