Spread
SCPI Command :
[SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:RAY<ST>:ARRival:SPRead
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mimoTap=MimoTap.Default, ray=Ray.Default) float[source]
# [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:RAY<ST>:ARRival:SPRead value: float = driver.source.fsimulator.mimo.tap.tgn.ray.arrival.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’)
- set(arr_spread: float, mimoTap=MimoTap.Default, ray=Ray.Default) None[source]
# [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:RAY<ST>:ARRival:SPRead driver.source.fsimulator.mimo.tap.tgn.ray.arrival.spread.set(arr_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:
arr_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’)