Profile

SCPI Command :

[SOURce<HW>]:FSIMulator:MDELay:DEL30:GROup<ST>:PATH<CH>:PROFile
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(fadingGroup=FadingGroup.Default, path=Path.Default) FadingProfileB[source]
# [SOURce<HW>]:FSIMulator:MDELay:DEL30:GROup<ST>:PATH<CH>:PROFile
value: enums.FadingProfileB = driver.source.fsimulator.mdelay.del30.group.path.profile.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)

Selects the fading profile for the paths.

Parameters:
  • fadingGroup – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Group’)

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

Returns:

profile: SPATh | RAYLeigh | PDOPpler | RICE | CPHase | OGAUs | TGAUs | DGAUs | WDOPpler | WRICe | GDOPpler | GFD8 | GFD1 | WATTerson | CUSTom | SCM | BELLindoor | BELVehicle SPAT static transmission path PDOPpler | RAYLeigh | RICE | CUSTom | SCM pure Doppler | Rayleigh | Rice | Custom | SCM CPHase constant phase OGAUs | TGAUs | DGAUs | GDOPpler | GFD8 | GFD1 GAUS1 | GAUS2 | GAUSDAB | Gauss Doppler | Gauss (0.08 fd) | Gauss (0.01 fd) WATTerson Gauss (Watterson) WDOPpler | WRICe WiMAX Doppler | WiMAX Rice BELLindoor | BELVehicle Bell Shape tgn Indoor, Bell Shape tgn Moving Vehicle

set(profile: FadingProfileB, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# [SOURce<HW>]:FSIMulator:MDELay:DEL30:GROup<ST>:PATH<CH>:PROFile
driver.source.fsimulator.mdelay.del30.group.path.profile.set(profile = enums.FadingProfileB.BELLindoor, fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)

Selects the fading profile for the paths.

Parameters:
  • profile – SPATh | RAYLeigh | PDOPpler | RICE | CPHase | OGAUs | TGAUs | DGAUs | WDOPpler | WRICe | GDOPpler | GFD8 | GFD1 | WATTerson | CUSTom | SCM | BELLindoor | BELVehicle SPAT static transmission path PDOPpler | RAYLeigh | RICE | CUSTom | SCM pure Doppler | Rayleigh | Rice | Custom | SCM CPHase constant phase OGAUs | TGAUs | DGAUs | GDOPpler | GFD8 | GFD1 GAUS1 | GAUS2 | GAUSDAB | Gauss Doppler | Gauss (0.08 fd) | Gauss (0.01 fd) WATTerson Gauss (Watterson) WDOPpler | WRICe WiMAX Doppler | WiMAX Rice BELLindoor | BELVehicle Bell Shape tgn Indoor, Bell Shape tgn Moving Vehicle

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

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