Modeling
SCPI Command :
[SOURce<HW>]:FSIMulator:MIMO:ANTenna:MODeling:[STATe]
- class ModelingCls[source]
- Modeling commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get_state() bool[source]
- # SCPI: [SOURce<HW>]:FSIMulator:MIMO:ANTenna:MODeling:[STATe] value: bool = driver.source.fsimulator.mimo.antenna.modeling.get_state() - Enables/disables simulation of channel polarization. - return:
- antenna_state: 1| ON| 0| OFF 
 
 - set_state(antenna_state: bool) None[source]
- # SCPI: [SOURce<HW>]:FSIMulator:MIMO:ANTenna:MODeling:[STATe] driver.source.fsimulator.mimo.antenna.modeling.set_state(antenna_state = False) - Enables/disables simulation of channel polarization. - param antenna_state:
- 1| ON| 0| OFF