Speed
SCPI Command :
[SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:SPEed
- 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>:SPEed value: float = driver.source.fsimulator.delay.group.path.speed.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
Sets the speed of the moving receiver.
- 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:
speed: float Range: 0 to dynamic
- set(speed: float, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# [SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:SPEed driver.source.fsimulator.delay.group.path.speed.set(speed = 1.0, fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
Sets the speed of the moving receiver.
- Parameters:
speed – float Range: 0 to dynamic
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’)