Fdoppler
SCPI Command :
[SOURce<HW>]:FSIMulator:MDELay:DEL30:GROup<ST>:PATH<CH>:FDOPpler
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(fadingGroup=FadingGroup.Default, path=Path.Default) float[source]
# [SOURce<HW>]:FSIMulator:MDELay:DEL30:GROup<ST>:PATH<CH>:FDOPpler value: float = driver.source.fsimulator.mdelay.del30.group.path.fdoppler.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
Queries the resulting Doppler frequency for the fading configuration. The Doppler frequency is determined by the selected speed (method
RsSmw.source.fsimulator.delPy.group.path.speed.set()) . For the Pure Doppler and Rice fading profiles, the actual Doppler shift is a function of the selected ratio of the Doppler shift to the Doppler frequency (methodRsSmw.source.fsimulator.delPy.group.path.fratio.set()) . Use the command methodRsSmw.source.fsimulator.delPy.group.path.fdoppler.actual.get()to query the actual Doppler shift.- 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:
fdoppler: float Range: 0 to max*, Unit: Hz Option: R&S SMW-B14 max = 4000 R&S SMW-B15 max depends on the System Configuration LxMxN and profile as follows: Lx1x1 with L = 1 to 8: max = 4000 1x2x2/2x2x2/2x2x1/2x1x2/3x2x2/4x2x2/1x2x4/1x4x2: max = 4000 1x2x8/1x8x2/1x4x4/2x4x4/2x2x4: max = 2000 1x8x4/1x4x8/2x4x4: max = 600 1x8x8 (subset 1 or 2) : max = 300 (R&S SMW-K821) 1x8x8 (all subsets) : max = 150 (R&S SMW-B15/K75) method
RsSmw.source.fsimulator.delPy.group.path.profile.set()BELLindoor | BELVehicle: max = 50
- set(fdoppler: float, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# [SOURce<HW>]:FSIMulator:MDELay:DEL30:GROup<ST>:PATH<CH>:FDOPpler driver.source.fsimulator.mdelay.del30.group.path.fdoppler.set(fdoppler = 1.0, fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
Queries the resulting Doppler frequency for the fading configuration. The Doppler frequency is determined by the selected speed (method
RsSmw.source.fsimulator.delPy.group.path.speed.set()) . For the Pure Doppler and Rice fading profiles, the actual Doppler shift is a function of the selected ratio of the Doppler shift to the Doppler frequency (methodRsSmw.source.fsimulator.delPy.group.path.fratio.set()) . Use the command methodRsSmw.source.fsimulator.delPy.group.path.fdoppler.actual.get()to query the actual Doppler shift.- Parameters:
fdoppler – float Range: 0 to max*, Unit: Hz Option: R&S SMW-B14 max = 4000 R&S SMW-B15 max depends on the System Configuration LxMxN and profile as follows: Lx1x1 with L = 1 to 8: max = 4000 1x2x2/2x2x2/2x2x1/2x1x2/3x2x2/4x2x2/1x2x4/1x4x2: max = 4000 1x2x8/1x8x2/1x4x4/2x4x4/2x2x4: max = 2000 1x8x4/1x4x8/2x4x4: max = 600 1x8x8 (subset 1 or 2) : max = 300 (R&S SMW-K821) 1x8x8 (all subsets) : max = 150 (R&S SMW-B15/K75) method
RsSmw.source.fsimulator.delPy.group.path.profile.set()BELLindoor | BELVehicle: max = 50fadingGroup – 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’)
Cloning the Group
# Create a copy of the original group, that exists independently
fdoppler_copy = driver.source.fsimulator.mdelay.del30.group.path.fdoppler.clone()
Subgroups