Matrix

SCPI Command :

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

No help available

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

No help available

Cloning the Group

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

Subgroups