Matrix

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:ANTenna:INVerse:MATRix:STATe
class MatrixCls[source]

Matrix commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [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 [:SOURce<hw>]:FSIMulator:MIMO:ANTenna:INVerse:MATRix:ROW<st>:COLumn<ch>:REAL and [:SOURce<hw>]:FSIMulator:MIMO:ANTenna:INVerse:MATRix:ROW<st>:COLumn<ch>:IMAGin.

return

ant_mod_inv_matrix: 1| ON| 0| OFF

set_state(ant_mod_inv_matrix: bool) None[source]
# SCPI: [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 [:SOURce<hw>]:FSIMulator:MIMO:ANTenna:INVerse:MATRix:ROW<st>:COLumn<ch>:REAL and [:SOURce<hw>]:FSIMulator:MIMO:ANTenna:INVerse:MATRix:ROW<st>:COLumn<ch>:IMAGin.

param ant_mod_inv_matrix

1| ON| 0| OFF

Cloning the Group

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

Subgroups