BsSignal
SCPI Commands :
[SOURce]:BB:W3GPp:TS25141:BSSignal:FREQuency
[SOURce]:BB:W3GPp:TS25141:BSSignal:POWer
- class BsSignalCls[source]
BsSignal commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_frequency() float [source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:BSSignal:FREQuency value: float = driver.source.bb.w3Gpp.ts25141.bsSignal.get_frequency()
Sets the RF frequency of the base station.
- return:
frequency: float Range: 100 kHz to 6 GHz
- get_power() float [source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:BSSignal:POWer value: float = driver.source.bb.w3Gpp.ts25141.bsSignal.get_power()
Sets the RF power of the base station.
- return:
power: float Range: -145 to 20
- set_frequency(frequency: float) None [source]
# SCPI: [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.
- param frequency:
float Range: 100 kHz to 6 GHz
- set_power(power: float) None [source]
# SCPI: [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.
- param power:
float Range: -145 to 20