Rows
SCPI Command :
[SOURce<HW>]:FSIMulator:MIMO:ANTenna:TX:ROWS:SIZE
- class RowsCls[source]
Rows commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_size() NumbSystAntenna [source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:ANTenna:TX:ROWS:SIZE value: enums.NumbSystAntenna = driver.source.fsimulator.mimo.antenna.tx.rows.get_size()
Sets the number of rows and the number of columns in the antenna array.
- return:
ant_mod_tx_row_size: ANT01| ANT02| ANT03| ANT04| ANT08
- set_size(ant_mod_tx_row_size: NumbSystAntenna) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:ANTenna:TX:ROWS:SIZE driver.source.fsimulator.mimo.antenna.tx.rows.set_size(ant_mod_tx_row_size = enums.NumbSystAntenna.ANT01)
Sets the number of rows and the number of columns in the antenna array.
- param ant_mod_tx_row_size:
ANT01| ANT02| ANT03| ANT04| ANT08