Speed

SCPI Command :

[SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:SPEed
class SpeedCls[source]

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

Sets the speed v of the moving receiver.

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

speed: float Range: 0 to dynamic

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

Sets the speed v of the moving receiver.

param speed

float Range: 0 to dynamic

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