Espacing

SCPI Commands :

[SOURce<HW>]:FSIMulator:SCM:ANTenna:TX:ESPacing:HORizontal
[SOURce<HW>]:FSIMulator:SCM:ANTenna:TX:ESPacing:VERTical
class EspacingCls[source]

Espacing commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_horizontal() float[source]
# SCPI: [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.

return

horizontal: float Range: 0 to 10

get_vertical() float[source]
# SCPI: [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.

return

ant_tx_spac_vertical: No help available

set_horizontal(horizontal: float) None[source]
# SCPI: [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.

param horizontal

float Range: 0 to 10

set_vertical(ant_tx_spac_vertical: float) None[source]
# SCPI: [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.

param ant_tx_spac_vertical

float Range: 0 to 10