Speed

SCPI Command :

[SOURce<HW>]:AREGenerator:OBJect<CH>:[SUBChannel<ST>]:DOPPler:[SPEed]
class SpeedCls[source]

Speed commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(objectIx=ObjectIx.Default, subchannel=Subchannel.Default) float[source]
# SCPI: [SOURce<HW>]:AREGenerator:OBJect<CH>:[SUBChannel<ST>]:DOPPler:[SPEed]
value: float = driver.source.areGenerator.object.subChannel.doppler.speed.get(objectIx = repcap.ObjectIx.Default, subchannel = repcap.Subchannel.Default)

Requires [:SOURce<hw>]:AREGenerator:UNITs:DOPPler SPEed. Sets the Doppler speed of the simulated radar object.

param objectIx:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)

param subchannel:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)

return:

areg_object_dopp: float Range: -500 to 500

set(areg_object_dopp: float, objectIx=ObjectIx.Default, subchannel=Subchannel.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:OBJect<CH>:[SUBChannel<ST>]:DOPPler:[SPEed]
driver.source.areGenerator.object.subChannel.doppler.speed.set(areg_object_dopp = 1.0, objectIx = repcap.ObjectIx.Default, subchannel = repcap.Subchannel.Default)

Requires [:SOURce<hw>]:AREGenerator:UNITs:DOPPler SPEed. Sets the Doppler speed of the simulated radar object.

param areg_object_dopp:

float Range: -500 to 500

param objectIx:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)

param subchannel:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)