Espacing

SCPI Commands :

[SOURce<HW>]:FSIMulator:SCM:ANTenna:TX:ESPacing:HORizontal
[SOURce<HW>]:FSIMulator:SCM:ANTenna:TX:ESPacing:VERTical
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_horizontal() float[source]
# [SOURce<HW>]:FSIMulator:SCM:ANTenna:TX:ESPacing:HORizontal
value: float = driver.source.fsimulator.scm.antenna.tx.espacing.get_horizontal()

Sets the distance between the antennas in the antenna array.

Returns:

horizontal: float Range: 0 to 10

get_vertical() float[source]
# [SOURce<HW>]:FSIMulator:SCM:ANTenna:TX:ESPacing:VERTical
value: float = driver.source.fsimulator.scm.antenna.tx.espacing.get_vertical()

Sets the distance between the antennas in the antenna array.

set_horizontal(horizontal: float) None[source]
# [SOURce<HW>]:FSIMulator:SCM:ANTenna:TX:ESPacing:HORizontal
driver.source.fsimulator.scm.antenna.tx.espacing.set_horizontal(horizontal = 1.0)

Sets the distance between the antennas in the antenna array.

Parameters:

horizontal – float Range: 0 to 10

set_vertical(ant_tx_spac_vertical: float) None[source]
# [SOURce<HW>]:FSIMulator:SCM:ANTenna:TX:ESPacing:VERTical
driver.source.fsimulator.scm.antenna.tx.espacing.set_vertical(ant_tx_spac_vertical = 1.0)

Sets the distance between the antennas in the antenna array.

Parameters:

ant_tx_spac_vertical – float Range: 0 to 10