Adelay

SCPI Command :

[SOURce<HW>]:FSIMulator:MDELay:DEL30: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:MDELay:DEL30:GROup<ST>:PATH<CH>:ADELay
value: float = driver.source.fsimulator.mdelay.del30.group.path.adelay.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)

Sets the path-specific delay (‘Additional Delay’) of the selected path.

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* *) See ‘Characteristics of R&S SMW-B14 and R&S SMW-B15’.

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

Sets the path-specific delay (‘Additional Delay’) of the selected path.

param adelay

float Range: depends on the installed options* *) See ‘Characteristics of R&S SMW-B14 and R&S SMW-B15’.

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