Dshape

SCPI Command :

[SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:CUSTom:DSHape
class DshapeCls[source]

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

get(fadingGroup=FadingGroup.Default, path=Path.Default) RsSmw.enums.FadProfCustRange[source]
# SCPI: [SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:CUSTom:DSHape
value: enums.FadProfCustRange = driver.source.fsimulator.delay.group.path.custom.dshape.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)

Sets the doppler shape of the virtual profile.

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

doppler_shape: FLAT| RAYLeigh

set(doppler_shape: RsSmw.enums.FadProfCustRange, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:CUSTom:DSHape
driver.source.fsimulator.delay.group.path.custom.dshape.set(doppler_shape = enums.FadProfCustRange.FLAT, fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)

Sets the doppler shape of the virtual profile.

param doppler_shape

FLAT| RAYLeigh

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’)