Sem

SCPI Command :

[SENSe]:POWer:SEM
class SemCls[source]

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

get() RsFsw.enums.StandardK91[source]
# SCPI: [SENSe]:POWer:SEM
value: enums.StandardK91 = driver.applications.k91Wlan.sense.power.sem.get()

Sets the ‘Spectrum Emission Mask’ (SEM) measurement type.

return

standard: (enum or string) IEEE | ETSI | User User Settings and limits are configured via a user-defined XML file. Load the file using method RsFsw.Applications.K91_Wlan.MassMemory.Load.Sem.State.set. IEEE Settings and limits are as specified in the IEEE Std 802.11n(TM)-2009 Figure 20-17-Transmit spectral mask for 20 MHz transmission. For other IEEE standards see the parameter values in the table below. After a query, IEEE is returned for all IEEE standards. ETSI Settings and limits are as specified in the ETSI standard.

set(standard: RsFsw.enums.StandardK91) None[source]
# SCPI: [SENSe]:POWer:SEM
driver.applications.k91Wlan.sense.power.sem.set(standard = enums.StandardK91.ETSI)

Sets the ‘Spectrum Emission Mask’ (SEM) measurement type.

param standard

(enum or string) IEEE | ETSI | User User Settings and limits are configured via a user-defined XML file. Load the file using method RsFsw.Applications.K91_Wlan.MassMemory.Load.Sem.State.set. IEEE Settings and limits are as specified in the IEEE Std 802.11n(TM)-2009 Figure 20-17-Transmit spectral mask for 20 MHz transmission. For other IEEE standards see the parameter values in the table below. After a query, IEEE is returned for all IEEE standards. ETSI Settings and limits are as specified in the ETSI standard.

Cloning the Group

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

Subgroups