Espacing
SCPI Commands :
[SOURce<HW>]:FSIMulator:SCM:ANTenna:RX:ESPacing:HORizontal
[SOURce<HW>]:FSIMulator:SCM:ANTenna:RX:ESPacing:VERTical
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_horizontal() float[source]
# [SOURce<HW>]:FSIMulator:SCM:ANTenna:RX:ESPacing:HORizontal value: float = driver.source.fsimulator.scm.antenna.rx.espacing.get_horizontal()
Sets the distance between the antennas in the antenna array.
- get_vertical() float[source]
# [SOURce<HW>]:FSIMulator:SCM:ANTenna:RX:ESPacing:VERTical value: float = driver.source.fsimulator.scm.antenna.rx.espacing.get_vertical()
Sets the distance between the antennas in the antenna array.
- set_horizontal(spacing_horizontal: float) None[source]
# [SOURce<HW>]:FSIMulator:SCM:ANTenna:RX:ESPacing:HORizontal driver.source.fsimulator.scm.antenna.rx.espacing.set_horizontal(spacing_horizontal = 1.0)
Sets the distance between the antennas in the antenna array.
- Parameters:
spacing_horizontal – float Range: 0 to 10
- set_vertical(anten_rx_spac_vert: float) None[source]
# [SOURce<HW>]:FSIMulator:SCM:ANTenna:RX:ESPacing:VERTical driver.source.fsimulator.scm.antenna.rx.espacing.set_vertical(anten_rx_spac_vert = 1.0)
Sets the distance between the antennas in the antenna array.
- Parameters:
anten_rx_spac_vert – float Range: 0 to 10