Umargin<Connector>

RepCap Settings

# Range: Nr1 .. Nr4
rc = driver.configure.rfSettings.umargin.repcap_connector_get()
driver.configure.rfSettings.umargin.repcap_connector_set(repcap.Connector.Nr1)

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:RFSettings:UMARgin<antenna>
class UmarginCls[source]

Umargin commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Connector, default value after init: Connector.Nr1

get(connector=Connector.Default) float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:RFSettings:UMARgin<antenna>
value: float = driver.configure.rfSettings.umargin.get(connector = repcap.Connector.Default)

Sets the margin that the measurement adds to the expected nominal power to determine the reference power. The reference power minus the external input attenuation must be within the power range of the selected input connector. Refer to the data sheet.

param connector:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Umargin’)

return:

user_margin: numeric Range: 0 dB to (34 dB + external attenuation - expected nominal power)

set(user_margin: float, connector=Connector.Default) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:RFSettings:UMARgin<antenna>
driver.configure.rfSettings.umargin.set(user_margin = 1.0, connector = repcap.Connector.Default)

Sets the margin that the measurement adds to the expected nominal power to determine the reference power. The reference power minus the external input attenuation must be within the power range of the selected input connector. Refer to the data sheet.

param user_margin:

numeric Range: 0 dB to (34 dB + external attenuation - expected nominal power)

param connector:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Umargin’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.rfSettings.umargin.clone()