Fdoppler

SCPI Command :

[SOURce<HW>]:CEMulation:MDELay:DEL30:GROup<ST>:PATH<CH>:FDOPpler
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(fadingGroup=FadingGroup.Default, path=Path.Default) float[source]
# [SOURce<HW>]:CEMulation:MDELay:DEL30:GROup<ST>:PATH<CH>:FDOPpler
value: float = driver.source.cemulation.mdelay.del30.group.path.fdoppler.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)

No help available

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

set(fdoppler: float, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# [SOURce<HW>]:CEMulation:MDELay:DEL30:GROup<ST>:PATH<CH>:FDOPpler
driver.source.cemulation.mdelay.del30.group.path.fdoppler.set(fdoppler = 1.0, fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)

No help available

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

Cloning the Group

# Create a copy of the original group, that exists independently
fdoppler_copy = driver.source.cemulation.mdelay.del30.group.path.fdoppler.clone()

Subgroups