Frequency
SCPI Commands :
[SOURce<HW>]:FSIMulator:FREQuency:DETect
[SOURce<HW>]:FSIMulator:FREQuency
- class FrequencyCls[source]
Frequency commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_detect() RsSmw.enums.TmastConn [source]
# SCPI: [SOURce<HW>]:FSIMulator:FREQuency:DETect value: enums.TmastConn = driver.source.fsimulator.frequency.get_detect()
Queries the output interface the steam used to estimate the dedicated frequency is mapped to.
- return
detect_primary: RFA| BBMM1| RFB| BBMM2| IQOUT1| IQOUT2| FAD1| FAD2| FAD4| FAD3| DEF
- get_value() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:FREQuency value: float = driver.source.fsimulator.frequency.get_value() INTRO_CMD_HELP: The effect depends on the selected mode: - If [:SOURce<hw>]:FSIMulator:SDEStinationRF is selected, queries the estimated RF frequency. - If [:SOURce<hw>]:FSIMulator:SDEStinationBB is selected, sets the frequency used for the calculation of the Doppler shift. :return: frequency: float Range: 1E5 to 100E9, Unit: Hz
- set_value(frequency: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:FREQuency driver.source.fsimulator.frequency.set_value(frequency = 1.0) INTRO_CMD_HELP: The effect depends on the selected mode: - If [:SOURce<hw>]:FSIMulator:SDEStinationRF is selected, queries the estimated RF frequency. - If [:SOURce<hw>]:FSIMulator:SDEStinationBB is selected, sets the frequency used for the calculation of the Doppler shift. :param frequency: float Range: 1E5 to 100E9, Unit: Hz