Frequency

SCPI Commands :

[SOURce<HW>]:FSIMulator:HSTRain:DOWNlink:FREQuency:STATe
[SOURce<HW>]:FSIMulator:HSTRain:DOWNlink:FREQuency
class FrequencyCls[source]

Frequency commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:FSIMulator:HSTRain:DOWNlink:FREQuency:STATe
value: bool = driver.source.fsimulator.hsTrain.downlink.frequency.get_state()

Enables the definition of virtual downlink frequency.

return

hst_dl_freq_state: 1| ON| 0| OFF

get_value() float[source]
# SCPI: [SOURce<HW>]:FSIMulator:HSTRain:DOWNlink:FREQuency
value: float = driver.source.fsimulator.hsTrain.downlink.frequency.get_value()

Sets the virtual downlink frequency, necessary to calculate the UL Doppler shift.

return

hst_dl_freq: float Range: 100E3 to 6E9

set_state(hst_dl_freq_state: bool) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:HSTRain:DOWNlink:FREQuency:STATe
driver.source.fsimulator.hsTrain.downlink.frequency.set_state(hst_dl_freq_state = False)

Enables the definition of virtual downlink frequency.

param hst_dl_freq_state

1| ON| 0| OFF

set_value(hst_dl_freq: float) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:HSTRain:DOWNlink:FREQuency
driver.source.fsimulator.hsTrain.downlink.frequency.set_value(hst_dl_freq = 1.0)

Sets the virtual downlink frequency, necessary to calculate the UL Doppler shift.

param hst_dl_freq

float Range: 100E3 to 6E9