Umargin<Connector>

RepCap Settings

# Range: Nr1 .. Nr4
rc = driver.configure.wlanMeas.rfSettings.umargin.repcap_connector_get()
driver.configure.wlanMeas.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.wlanMeas.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 specifications document.

param connector:

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

return:

user_margin: No help available

set(user_margin: float, connector=Connector.Default) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:RFSettings:UMARgin<antenna>
driver.configure.wlanMeas.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 specifications document.

param user_margin:

No help available

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.wlanMeas.rfSettings.umargin.clone()