Pep

SCPI Command :

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

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

get(iqConnector=IqConnector.Default) float[source]
# SCPI: [SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:POWer:PEP
value: float = driver.source.iq.output.digital.bbmm.power.pep.get(iqConnector = repcap.IqConnector.Default)

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

param iqConnector

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

return

pep: float Range: -80 to 0

set(pep: float, iqConnector=IqConnector.Default) None[source]
# SCPI: [SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:POWer:PEP
driver.source.iq.output.digital.bbmm.power.pep.set(pep = 1.0, iqConnector = repcap.IqConnector.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 iqConnector

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