Pep
SCPI Command :
[SOURce]:IQ:OUTPut:DIGital:FADer<CH>:POWer:PEP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(digitalIq=DigitalIq.Default) float[source]
# [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) .
- Parameters:
digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)
- Returns:
pep: float Range: -80 to 0
- set(pep: float, digitalIq=DigitalIq.Default) None[source]
# [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) .
- Parameters:
pep – float Range: -80 to 0
digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)