Pep

SCPI Command :

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

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

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

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

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

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

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