Real

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:ANTenna:INVerse:MATRix:ROW<ST>:COLumn<CH>:REAL
class RealCls[source]

Real commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(row=Row.Default, column=Column.Default) float[source]
# SCPI: [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.

param row

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

param column

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

return

ant_mod_inv_mat_real: No help available

set(ant_mod_inv_mat_real: float, row=Row.Default, column=Column.Default) None[source]
# SCPI: [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.

param ant_mod_inv_mat_real

No help available

param row

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

param column

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