Bdelay
SCPI Command :
[SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:BDELay
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(fadingGroup=FadingGroup.Default, path=Path.Default) float[source]
# [SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:BDELay value: float = driver.source.fsimulator.delay.group.path.bdelay.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
Sets the basic group delay.
- 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:
bdelay: float Range: depends on the installed options* For example values, see also ‘Narrowband and wideband fading characteristics’.
- set(bdelay: float, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# [SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:BDELay driver.source.fsimulator.delay.group.path.bdelay.set(bdelay = 1.0, fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
Sets the basic group delay.
- Parameters:
bdelay – float Range: depends on the installed options* For example values, see also ‘Narrowband and wideband fading characteristics’.
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’)