IfPower
SCPI Command :
[SENSe]:SWEep:EGATe:LEVel<ant>:IFPower
- class IfPowerCls[source]
IfPower commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(instrument=Instrument.Default) float [source]
# SCPI: [SENSe]:SWEep:EGATe:LEVel<ant>:IFPower value: float = driver.applications.k10Xlte.sense.sweep.egate.level.ifPower.get(instrument = repcap.Instrument.Default)
Defines the the power level at the third intermediate frequency that must be exceeded for the gate to be open. Note that any RF attenuation or preamplification is considered when the trigger level is analyzed. If defined, a reference level offset is also considered. Is only available for triggered gated measurements ([SENSe:]SWEep:EGATe:AUTOMAN) .
- param instrument
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Level’)
- return
level: No help available
- set(level: float, instrument=Instrument.Default) None [source]
# SCPI: [SENSe]:SWEep:EGATe:LEVel<ant>:IFPower driver.applications.k10Xlte.sense.sweep.egate.level.ifPower.set(level = 1.0, instrument = repcap.Instrument.Default)
Defines the the power level at the third intermediate frequency that must be exceeded for the gate to be open. Note that any RF attenuation or preamplification is considered when the trigger level is analyzed. If defined, a reference level offset is also considered. Is only available for triggered gated measurements ([SENSe:]SWEep:EGATe:AUTOMAN) .
- param level
For details on available trigger levels and trigger bandwidths see the specifications document. Unit: DBM
- param instrument
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Level’)