Spread

SCPI Command :

[SOURce<HW>]:FSIMulator:SCM:TAP<ST>:ARRival:SPRead
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mimoTap=MimoTap.Default) float[source]
# [SOURce<HW>]:FSIMulator:SCM:TAP<ST>:ARRival:SPRead
value: float = driver.source.fsimulator.scm.tap.arrival.spread.get(mimoTap = repcap.MimoTap.Default)

Sets the AoA (angle of arrival) / AoD (angle of departure) spread (AS) of the cluster.

Parameters:

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

Returns:

spread: float Range: 1 to 75

set(spread: float, mimoTap=MimoTap.Default) None[source]
# [SOURce<HW>]:FSIMulator:SCM:TAP<ST>:ARRival:SPRead
driver.source.fsimulator.scm.tap.arrival.spread.set(spread = 1.0, mimoTap = repcap.MimoTap.Default)

Sets the AoA (angle of arrival) / AoD (angle of departure) spread (AS) of the cluster.

Parameters:
  • spread – float Range: 1 to 75

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