Resulting

SCPI Command :

[SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:FDOPpler:[RESulting]
class ResultingCls[source]

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

get(fadingGroup=FadingGroup.Default, path=Path.Default) float[source]
# SCPI: [SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:FDOPpler:[RESulting]
value: float = driver.source.fsimulator.delPy.group.path.fdoppler.resulting.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 ([:SOURce<hw>]:FSIMulator:DELay|DEL:GROup<st>:PATH<ch>:SPEed) . 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 ([:SOURce<hw>]:FSIMulator:DELay|DEL:GROup<st>:PATH<ch>:FRATio) . Use the command [:SOURce<hw>]:FSIMulator:DELay|DEL:GROup<st>:PATH<ch>:FDOPpler:ACTual? to query the actual Doppler shift.

param fadingGroup

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

param path

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

return

fdoppler: float Range: 0 to max*, Unit: Hz *) Option: R&S SMW-B14 max = 4000 R&S SMW-B15 max deppends 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 absets) : max = 150 (R&S SMW-B15/K75) [:SOURcehw]:FSIMulator:DELay|DEL:GROupst:PATHch:PROFile BELLindoor|BELVehicle: max = 50

set(fdoppler: float, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:FDOPpler:[RESulting]
driver.source.fsimulator.delPy.group.path.fdoppler.resulting.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 ([:SOURce<hw>]:FSIMulator:DELay|DEL:GROup<st>:PATH<ch>:SPEed) . 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 ([:SOURce<hw>]:FSIMulator:DELay|DEL:GROup<st>:PATH<ch>:FRATio) . Use the command [:SOURce<hw>]:FSIMulator:DELay|DEL:GROup<st>:PATH<ch>:FDOPpler:ACTual? to query the actual Doppler shift.

param fdoppler

float Range: 0 to max*, Unit: Hz *) Option: R&S SMW-B14 max = 4000 R&S SMW-B15 max deppends 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 absets) : max = 150 (R&S SMW-B15/K75) [:SOURcehw]:FSIMulator:DELay|DEL:GROupst:PATHch:PROFile BELLindoor|BELVehicle: max = 50

param fadingGroup

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

param path

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