Sem
SCPI Command :
[SENSe]:POWer:SEM
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() StandardK91[source]
# [SENSe]:POWer:SEM value: enums.StandardK91 = driver.applications.k91Wlan.sense.power.sem.get()
Sets the ‘Spectrum Emission Mask’ (SEM) measurement type.
- Returns:
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.k91Wlan.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: StandardK91) None[source]
# [SENSe]:POWer:SEM driver.applications.k91Wlan.sense.power.sem.set(standard = enums.StandardK91.ETSI)
Sets the ‘Spectrum Emission Mask’ (SEM) measurement type.
- Parameters:
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.k91Wlan.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 copy of the original group, that exists independently
sem_copy = driver.applications.k91Wlan.sense.power.sem.clone()
Subgroups