Bdelay

SCPI Command :

[SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:BDELay
class BdelayCls[source]

Bdelay 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>:BDELay
value: float = driver.source.fsimulator.delPy.group.path.bdelay.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)

Sets the basic group delay.

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

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

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

Sets the basic group delay.

param bdelay

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