IqIn

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:IQIN:CARRier<Carrier>
class IqIn[source]

IqIn commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class CarrierStruct[source]

Structure for reading output parameters. Fields:

  • Pep: float: Peak envelope power of the incoming baseband signal Range: -60 dBFS to 0 dBFS, Unit: dBFS

  • Level: float: Average level of the incoming baseband signal (without noise) Range: depends on crest factor and level of outgoing baseband signal , Unit: dBFS

get_carrier()CarrierStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:IQIN:CARRier<carrier>
value: CarrierStruct = driver.configure.iqIn.get_carrier()

Specifies properties of the baseband signal at the I/Q input.

return

structure: for return value, see the help for CarrierStruct structure arguments.

Global Repeated Capabilities: repcap.Carrier

set_carrier(value: RsCmwWcdmaSig.Implementations.Configure_.IqIn.IqIn.CarrierStruct)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:IQIN:CARRier<carrier>
driver.configure.iqIn.set_carrier(value = CarrierStruct())

Specifies properties of the baseband signal at the I/Q input.

param value

see the help for CarrierStruct structure arguments.

Global Repeated Capabilities: repcap.Carrier