Frequency

SCPI Command :

[SOURce<HW>]:AREGenerator:OBJect<CH>:[SUBChannel<ST>]:DOPPler:FREQuency
class FrequencyCls[source]

Frequency 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:FREQuency
value: float = driver.source.areGenerator.object.subChannel.doppler.frequency.get(objectIx = repcap.ObjectIx.Default, subchannel = repcap.Subchannel.Default)

Requires [:SOURce<hw>]:AREGenerator:UNITs:DOPPler FREQuency. Sets the doppler shift 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_ob_dopp_freq: float Range: depends on settings to depends on settings

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

Requires [:SOURce<hw>]:AREGenerator:UNITs:DOPPler FREQuency. Sets the doppler shift of the simulated radar object.

param areg_ob_dopp_freq:

float Range: depends on settings to depends on settings

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