Spread
SCPI Command :
[SOURce<HW>]:FSIMulator:SCM:TAP<ST>:ARRival:ZENith:SPRead
- class SpreadCls[source]
Spread commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mimoTap=MimoTap.Default) float [source]
# SCPI: [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.
- param mimoTap:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)
- return:
arr_zen_spr: float Range: 0 to 75
- set(arr_zen_spr: float, mimoTap=MimoTap.Default) None [source]
# SCPI: [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.
- param arr_zen_spr:
float Range: 0 to 75
- param mimoTap:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)