BsSignal

SCPI Commands :

[SOURce]:BB:W3GPp:TS25141:BSSignal:FREQuency
[SOURce]:BB:W3GPp:TS25141:BSSignal:POWer
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_frequency() float[source]
# [SOURce]:BB:W3GPp:TS25141:BSSignal:FREQuency
value: float = driver.source.bb.w3Gpp.ts25141.bsSignal.get_frequency()

Sets the RF frequency of the base station.

Returns:

frequency: float Range: 100 kHz to 6 GHz

get_power() float[source]
# [SOURce]:BB:W3GPp:TS25141:BSSignal:POWer
value: float = driver.source.bb.w3Gpp.ts25141.bsSignal.get_power()

Sets the RF power of the base station.

Returns:

power: float Range: -145 to 20

set_frequency(frequency: float) None[source]
# [SOURce]:BB:W3GPp:TS25141:BSSignal:FREQuency
driver.source.bb.w3Gpp.ts25141.bsSignal.set_frequency(frequency = 1.0)

Sets the RF frequency of the base station.

Parameters:

frequency – float Range: 100 kHz to 6 GHz

set_power(power: float) None[source]
# [SOURce]:BB:W3GPp:TS25141:BSSignal:POWer
driver.source.bb.w3Gpp.ts25141.bsSignal.set_power(power = 1.0)

Sets the RF power of the base station.

Parameters:

power – float Range: -145 to 20