Pep

SCPI Command :

[SOURce]:IQ:OUTPut:DIGital:FADer<CH>:POWer:PEP
class PepCls[source]

Pep commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(digitalIq=DigitalIq.Default) float[source]
# SCPI: [SOURce]:IQ:OUTPut:DIGital:FADer<CH>:POWer:PEP
value: float = driver.source.iq.output.digital.fader.power.pep.get(digitalIq = repcap.DigitalIq.Default)

Enters the peak level of the output signal relative to full scale of 0.5 V (in terms of dB full scale) .

param digitalIq

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)

return

pep: float Range: -80 to 0

set(pep: float, digitalIq=DigitalIq.Default) None[source]
# SCPI: [SOURce]:IQ:OUTPut:DIGital:FADer<CH>:POWer:PEP
driver.source.iq.output.digital.fader.power.pep.set(pep = 1.0, digitalIq = repcap.DigitalIq.Default)

Enters the peak level of the output signal relative to full scale of 0.5 V (in terms of dB full scale) .

param pep

float Range: -80 to 0

param digitalIq

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)