IqOut

SCPI Commands

SENSe:WCDMa:SIGNaling<Instance>:IQOut:CARRier<Carrier>
class IqOut[source]

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

class CarrierStruct[source]

Structure for reading output parameters. Fields:

  • Sample_Rate: enums.SampleRate: M100 Fixed value, indicating a sample rate of 100 Msps (100 MHz)

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

  • Crest_Factor: float: Crest factor of the baseband signal Range: 0 dB to 60 dB, Unit: dB

get_carrier()CarrierStruct[source]
# SCPI: SENSe:WCDMa:SIGNaling<instance>:IQOut:CARRier<carrier>
value: CarrierStruct = driver.sense.iqOut.get_carrier()

Queries properties of the baseband signal at the I/Q output.

return

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

Global Repeated Capabilities: repcap.Carrier