Calc

SCPI Command :

[SOURce<HW>]:FSIMulator:SCM:ANTenna:TX:CALC:MODE
class CalcCls[source]

Calc commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_mode() RsSmw.enums.AntModCalcGeoMode[source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:ANTenna:TX:CALC:MODE
value: enums.AntModCalcGeoMode = driver.source.fsimulator.scm.antenna.tx.calc.get_mode()

Set how the phase information is calculated

return

mode: SPACing| RELativphase| BFORming SPACing The phase information is calculated from the spacing between the antenna elements. To set the distance, use the corresponding command, for example [:SOURcehw]:FSIMulator:SCM:ANTenna:TX:ESPacing:HORizontal. RELativphase Load an antenna pattern file that contains the relative phase description. See ‘Antenna pattern file format’ BFORming Composite antenna pattern of an antenna array comprising gain and phase is used to simulate analog beamforming. To set the distance, use the corresponding command, for example [:SOURcehw]:FSIMulator:SCM:ANTenna:TX:ESPacing:HORizontal.

set_mode(mode: RsSmw.enums.AntModCalcGeoMode) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:ANTenna:TX:CALC:MODE
driver.source.fsimulator.scm.antenna.tx.calc.set_mode(mode = enums.AntModCalcGeoMode.BFORming)

Set how the phase information is calculated

param mode

SPACing| RELativphase| BFORming SPACing The phase information is calculated from the spacing between the antenna elements. To set the distance, use the corresponding command, for example [:SOURcehw]:FSIMulator:SCM:ANTenna:TX:ESPacing:HORizontal. RELativphase Load an antenna pattern file that contains the relative phase description. See ‘Antenna pattern file format’ BFORming Composite antenna pattern of an antenna array comprising gain and phase is used to simulate analog beamforming. To set the distance, use the corresponding command, for example [:SOURcehw]:FSIMulator:SCM:ANTenna:TX:ESPacing:HORizontal.