Spread

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:RAY<ST>:DEParture:SPRead
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mimoTap=MimoTap.Default, ray=Ray.Default) float[source]
# [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:RAY<ST>:DEParture:SPRead
value: float = driver.source.fsimulator.mimo.tap.tgn.ray.departure.spread.get(mimoTap = repcap.MimoTap.Default, ray = repcap.Ray.Default)

Sets the AoD (Angle of Departure) / AoA (Angle of Arrival) spread (AS) of the selected ray.

Parameters:
  • mimoTap – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)

  • ray – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ray’)

Returns:

dep_spread: float Range: 0.1 to 75

set(dep_spread: float, mimoTap=MimoTap.Default, ray=Ray.Default) None[source]
# [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:RAY<ST>:DEParture:SPRead
driver.source.fsimulator.mimo.tap.tgn.ray.departure.spread.set(dep_spread = 1.0, mimoTap = repcap.MimoTap.Default, ray = repcap.Ray.Default)

Sets the AoD (Angle of Departure) / AoA (Angle of Arrival) spread (AS) of the selected ray.

Parameters:
  • dep_spread – float Range: 0.1 to 75

  • mimoTap – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)

  • ray – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ray’)