Frequency

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:RFSettings:CARRier<Carrier>:FREQuency:UL
CONFigure:WCDMa:SIGNaling<Instance>:RFSettings:CARRier<Carrier>:FREQuency:DL
class Frequency[source]

Frequency commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_downlink()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:RFSettings:CARRier<carrier>:FREQuency:DL
value: float = driver.configure.rfSettings.carrier.frequency.get_downlink()

Selects the DL carrier center frequency. The frequency must correspond to a channel valid for the current operating band, for dependencies see ‘Operating Bands’. The related UL frequency is calculated and set automatically. For dual carrier, the frequency of the other carrier is calculated and set as well.

return

frequency: Range: depends on operating band , Unit: Hz

Global Repeated Capabilities: repcap.Carrier

get_uplink()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:RFSettings:CARRier<carrier>:FREQuency:UL
value: float = driver.configure.rfSettings.carrier.frequency.get_uplink()

Selects the UL carrier center frequency. The frequency must correspond to a channel valid for the current operating band. For dependencies, see ‘Operating Bands’. The related DL frequency is calculated and set automatically.

return

frequency: Range: depends on operating band , Unit: Hz

Global Repeated Capabilities: repcap.Carrier

set_downlink(frequency: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:RFSettings:CARRier<carrier>:FREQuency:DL
driver.configure.rfSettings.carrier.frequency.set_downlink(frequency = 1.0)

Selects the DL carrier center frequency. The frequency must correspond to a channel valid for the current operating band, for dependencies see ‘Operating Bands’. The related UL frequency is calculated and set automatically. For dual carrier, the frequency of the other carrier is calculated and set as well.

param frequency

Range: depends on operating band , Unit: Hz

Global Repeated Capabilities: repcap.Carrier

set_uplink(frequency: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:RFSettings:CARRier<carrier>:FREQuency:UL
driver.configure.rfSettings.carrier.frequency.set_uplink(frequency = 1.0)

Selects the UL carrier center frequency. The frequency must correspond to a channel valid for the current operating band. For dependencies, see ‘Operating Bands’. The related DL frequency is calculated and set automatically.

param frequency

Range: depends on operating band , Unit: Hz

Global Repeated Capabilities: repcap.Carrier