Frequency
SCPI Commands :
[SOURce<HW>]:FSIMulator:FREQuency:DETect
[SOURce<HW>]:FSIMulator:FREQuency
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_detect() TmastConn[source]
# [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.
- Returns:
detect_primary: RFA | BBMM1 | RFB | BBMM2 | IQOUT1 | IQOUT2 | FAD1 | FAD2 | FAD4 | FAD3 | DEF
- get_value() float[source]
# [SOURce<HW>]:FSIMulator:FREQuency value: float = driver.source.fsimulator.frequency.get_value()
The effect depends on the selected mode:
If method
RsSmw.source.fsimulator.sdestination()RF is selected, queries the estimated RF frequency.If method
RsSmw.source.fsimulator.sdestination()BB is selected, sets the frequency used for the calculation of the Doppler shift.
- Returns:
frequency: float Range: 1E5 to 100E9, Unit: Hz
- set_value(frequency: float) None[source]
# [SOURce<HW>]:FSIMulator:FREQuency driver.source.fsimulator.frequency.set_value(frequency = 1.0)
The effect depends on the selected mode:
If method
RsSmw.source.fsimulator.sdestination()RF is selected, queries the estimated RF frequency.If method
RsSmw.source.fsimulator.sdestination()BB is selected, sets the frequency used for the calculation of the Doppler shift.
- Parameters:
frequency – float Range: 1E5 to 100E9, Unit: Hz