Imagin

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:ANTenna:INVerse:MATRix:ROW<ST>:COLumn<CH>:IMAGin
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>:IMAGin
value: float = driver.source.fsimulator.mimo.antenna.inverse.matrix.row.column.imagin.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’)

Returns:

ant_mod_inv_mat_imag: float Range: -1 to 1

set(ant_mod_inv_mat_imag: float, row=Row.Default, column=Column.Default) None[source]
# [SOURce<HW>]:FSIMulator:MIMO:ANTenna:INVerse:MATRix:ROW<ST>:COLumn<CH>:IMAGin
driver.source.fsimulator.mimo.antenna.inverse.matrix.row.column.imagin.set(ant_mod_inv_mat_imag = 1.0, row = repcap.Row.Default, column = repcap.Column.Default)

Sets the complex elements of the inverse channel matrix.

Parameters:
  • ant_mod_inv_mat_imag – float Range: -1 to 1

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