Distribution

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:DISTribution
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mimoTap=MimoTap.Default) FadMimoScmDist[source]
# [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.

Parameters:

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

Returns:

distribution: LAPLace | GAUSs | EQUal

set(distribution: FadMimoScmDist, mimoTap=MimoTap.Default) None[source]
# [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.

Parameters:
  • distribution – LAPLace | GAUSs | EQUal

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