Frequency

SCPI Commands :

[SOURce<HW>]:FSIMulator:HSTRain:DOWNlink:FREQuency:STATe
[SOURce<HW>]:FSIMulator:HSTRain:DOWNlink:FREQuency
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_state() bool[source]
# [SOURce<HW>]:FSIMulator:HSTRain:DOWNlink:FREQuency:STATe
value: bool = driver.source.fsimulator.hsTrain.downlink.frequency.get_state()

Enables the definition of virtual downlink frequency.

Returns:

hst_dl_freq_state: 1 | ON | 0| OFF

get_value() float[source]
# [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.

Returns:

hst_dl_freq: float Range: 100E3 to 6E9

set_state(hst_dl_freq_state: bool) None[source]
# [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.

Parameters:

hst_dl_freq_state – 1 | ON | 0| OFF

set_value(hst_dl_freq: float) None[source]
# [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.

Parameters:

hst_dl_freq – float Range: 100E3 to 6E9