Niot
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:MIMO:NIOT:CONFig
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_config() EutraNbMimoConf[source]
# [SOURce<HW>]:BB:EUTRa:DL:MIMO:NIOT:CONFig value: enums.EutraNbMimoConf = driver.source.bb.eutra.downlink.mimo.niot.get_config()
Set the number of transmit antennas used for the simulated NB-IoT system.
- Returns:
nbiot_mimo_conf: TX2 | TX1
- set_config(nbiot_mimo_conf: EutraNbMimoConf) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:MIMO:NIOT:CONFig driver.source.bb.eutra.downlink.mimo.niot.set_config(nbiot_mimo_conf = enums.EutraNbMimoConf.TX1)
Set the number of transmit antennas used for the simulated NB-IoT system.
- Parameters:
nbiot_mimo_conf – TX2 | TX1