Spread

SCPI Command :

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

Sets the ZoA (zenith of arrival) spread of the cluster.

Parameters:

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

Returns:

arr_zen_spr: float Range: 0 to 75

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

Sets the ZoA (zenith of arrival) spread of the cluster.

Parameters:
  • arr_zen_spr – float Range: 0 to 75

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