Pep

SCPI Command :

[SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:POWer:PEP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(iqConnector=IqConnector.Default) float[source]
# [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) .

Parameters:

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

Returns:

pep: float Range: -80 to 0

set(pep: float, iqConnector=IqConnector.Default) None[source]
# [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) .

Parameters:
  • pep – float Range: -80 to 0

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