Matrix

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:ANTenna:INVerse:MATRix:STATe
Commands in total: 3
Subgroups: 1
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:FSIMulator:MIMO:ANTenna:INVerse:MATRix:STATe
value: bool = driver.source.fsimulator.mimo.antenna.inverse.matrix.get_state()

Applies the inverse channel matrix to compensate for chamber effects. To set the matrix values, use the commands method RsSmw.source.fsimulator.mimo.antenna.inverse.matrix.row.column.real.set() and method RsSmw.source.fsimulator.mimo.antenna.inverse.matrix.row.column.imagin.set() .

Returns:

ant_mod_inv_matrix: 1 | ON | 0| OFF

set_state(ant_mod_inv_matrix: bool) None[source]
# [SOURce<HW>]:FSIMulator:MIMO:ANTenna:INVerse:MATRix:STATe
driver.source.fsimulator.mimo.antenna.inverse.matrix.set_state(ant_mod_inv_matrix = False)

Applies the inverse channel matrix to compensate for chamber effects. To set the matrix values, use the commands method RsSmw.source.fsimulator.mimo.antenna.inverse.matrix.row.column.real.set() and method RsSmw.source.fsimulator.mimo.antenna.inverse.matrix.row.column.imagin.set() .

Parameters:

ant_mod_inv_matrix – 1 | ON | 0| OFF

Cloning the Group

# Create a copy of the original group, that exists independently
matrix_copy = driver.source.fsimulator.mimo.antenna.inverse.matrix.clone()

Subgroups