Calc

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:ANTenna:RX:CALC:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_mode() AntModCalcMode[source]
# [SOURce<HW>]:FSIMulator:MIMO:ANTenna:RX:CALC:MODE
value: enums.AntModCalcMode = driver.source.fsimulator.mimo.antenna.rx.calc.get_mode()

Set how the distance between the antenna elements is defined: based on the physical distance or on the relative phase.

Returns:

ant_mod_calc_rx_mod: SPACing | RELativphase SPACing To set the distance, use the corresponding command, for example method RsSmw.source.fsimulator.mimo.antenna.tx.espacing.horizontal() . RELativphase Load an antenna pattern file that contains the relative phase description. See ‘Antenna pattern file format’

set_mode(ant_mod_calc_rx_mod: AntModCalcMode) None[source]
# [SOURce<HW>]:FSIMulator:MIMO:ANTenna:RX:CALC:MODE
driver.source.fsimulator.mimo.antenna.rx.calc.set_mode(ant_mod_calc_rx_mod = enums.AntModCalcMode.RELativphase)

Set how the distance between the antenna elements is defined: based on the physical distance or on the relative phase.

Parameters:

ant_mod_calc_rx_mod – SPACing | RELativphase SPACing To set the distance, use the corresponding command, for example method RsSmw.source.fsimulator.mimo.antenna.tx.espacing.horizontal() . RELativphase Load an antenna pattern file that contains the relative phase description. See ‘Antenna pattern file format’