Pep

SCPI Command :

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

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

get(iqConnector=IqConnector.Default, channelNull=ChannelNull.Default) float[source]
# SCPI: [SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:CHANnel<ST0>:POWer:PEP
value: float = driver.source.iq.output.digital.bbmm.channel.power.pep.get(iqConnector = repcap.IqConnector.Default, channelNull = repcap.ChannelNull.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’)

param channelNull

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

return

bbout_pep_hs: No help available

set(bbout_pep_hs: float, iqConnector=IqConnector.Default, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:CHANnel<ST0>:POWer:PEP
driver.source.iq.output.digital.bbmm.channel.power.pep.set(bbout_pep_hs = 1.0, iqConnector = repcap.IqConnector.Default, channelNull = repcap.ChannelNull.Default)

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

param bbout_pep_hs

float Range: -80 to 0

param iqConnector

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

param channelNull

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