Preset

SCPI Command :

[SENSe]:POWer:ACHannel:PRESet
class PresetCls[source]

Preset commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() RsFsw.enums.MeasurementK91[source]
# SCPI: [SENSe]:POWer:ACHannel:PRESet
value: enums.MeasurementK91 = driver.applications.k91Wlan.sense.power.achannel.preset.get()

Determines the ideal span, bandwidths and detector for the current power measurement. To get a valid result, you have to perform a complete measurement with synchronization to the end of the measurement before reading out the result. This is only possible for single sweep mode. See also method RsFsw.Applications.K10x_Lte.Initiate.Continuous.set.

return

measurement: ACPower | MCACpower ACLR measurement CPOWer channel power measurement OBANdwidth | OBWidth Occupied bandwidth measurement CN Carrier to noise ratio CN0 Carrier to noise ration referenced to a 1 Hz bandwidth

set(measurement: RsFsw.enums.MeasurementK91) None[source]
# SCPI: [SENSe]:POWer:ACHannel:PRESet
driver.applications.k91Wlan.sense.power.achannel.preset.set(measurement = enums.MeasurementK91.ACPower)

Determines the ideal span, bandwidths and detector for the current power measurement. To get a valid result, you have to perform a complete measurement with synchronization to the end of the measurement before reading out the result. This is only possible for single sweep mode. See also method RsFsw.Applications.K10x_Lte.Initiate.Continuous.set.

param measurement

ACPower | MCACpower ACLR measurement CPOWer channel power measurement OBANdwidth | OBWidth Occupied bandwidth measurement CN Carrier to noise ratio CN0 Carrier to noise ration referenced to a 1 Hz bandwidth

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.sense.power.achannel.preset.clone()

Subgroups