RfPower

SCPI Command :

[SENSe]:SWEep:EGATe:LEVel:RFPower
class RfPowerCls[source]

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

get() float[source]
# SCPI: [SENSe]:SWEep:EGATe:LEVel:RFPower
value: float = driver.sense.sweep.egate.level.rfPower.get()

Defines the gate level for which the gate is 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. The input signal must be between 500 MHz and 8 GHz. Is only available for triggered gated measurements ([SENSe:]SWEep:EGATe:AUTOMAN) .

return

gate_level: For details on available trigger levels and trigger bandwidths, refer to the specifications document. Unit: DBM

set(gate_level: float) None[source]
# SCPI: [SENSe]:SWEep:EGATe:LEVel:RFPower
driver.sense.sweep.egate.level.rfPower.set(gate_level = 1.0)

Defines the gate level for which the gate is 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. The input signal must be between 500 MHz and 8 GHz. Is only available for triggered gated measurements ([SENSe:]SWEep:EGATe:AUTOMAN) .

param gate_level

For details on available trigger levels and trigger bandwidths, refer to the specifications document. Unit: DBM