Adelay
SCPI Command :
[SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:ADELay
- class AdelayCls[source]
Adelay 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>: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.
- 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:
adelay: float Range: depends on the installed options*
- set(adelay: float, fadingGroup=FadingGroup.Default, path=Path.Default) None [source]
# SCPI: [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.
- param adelay:
float Range: depends on the installed options*
- 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’)