Calc

SCPI Command :

[SOURce<HW>]:FSIMulator:SCM:ANTenna:TX:CALC:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_mode() AntModCalcGeoMode[source]
# [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

Returns:

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 method RsSmw.source.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 method RsSmw.source.fsimulator.scm.antenna.tx.espacing.horizontal() .

set_mode(mode: AntModCalcGeoMode) None[source]
# [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

Parameters:

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 method RsSmw.source.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 method RsSmw.source.fsimulator.scm.antenna.tx.espacing.horizontal() .