Distribution

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:DISTribution
class DistributionCls[source]

Distribution commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(mimoTap=MimoTap.Default) RsSmw.enums.FadMimoScmDist[source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:DISTribution
value: enums.FadMimoScmDist = driver.source.fsimulator.mimo.tap.tgn.distribution.get(mimoTap = repcap.MimoTap.Default)

Selects one of the proposed statistical functions to determine the distribution of the selected cluster.

param mimoTap

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

return

distribution: LAPLace| GAUSs| EQUal

set(distribution: RsSmw.enums.FadMimoScmDist, mimoTap=MimoTap.Default) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:DISTribution
driver.source.fsimulator.mimo.tap.tgn.distribution.set(distribution = enums.FadMimoScmDist.EQUal, mimoTap = repcap.MimoTap.Default)

Selects one of the proposed statistical functions to determine the distribution of the selected cluster.

param distribution

LAPLace| GAUSs| EQUal

param mimoTap

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