Adelay

SCPI Command :

[SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:ADELay
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(fadingGroup=FadingGroup.Default, path=Path.Default) float[source]
# [SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:ADELay
value: float = driver.source.fsimulator.delPy.group.path.adelay.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)

Sets the additional delay of the selected path. You can set additional delays for individual paths of a path group. For delay ranges and related options, see ‘Narrowband and wideband fading characteristics’. For more information, refer to the specifications document.

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:

adelay: float Range: depends on the installed options*

set(adelay: float, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# [SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:ADELay
driver.source.fsimulator.delPy.group.path.adelay.set(adelay = 1.0, fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)

Sets the additional delay of the selected path. You can set additional delays for individual paths of a path group. For delay ranges and related options, see ‘Narrowband and wideband fading characteristics’. For more information, refer to the specifications document.

Parameters:
  • adelay – float Range: depends on the installed options*

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