NsValue

SCPI Commands :

CONFigure:LTE:MEASurement<Instance>:MEValuation:NSValue:CAGGregation
CONFigure:LTE:MEASurement<Instance>:MEValuation:NSValue
class NsValueCls[source]

NsValue commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_carrier_aggregation() NetworkSigValue[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:NSValue:CAGGregation
value: enums.NetworkSigValue = driver.configure.multiEval.nsValue.get_carrier_aggregation()

Selects the ‘network signaled value’ for measurements with carrier aggregation. For the combined signal path scenario, use CONFigure:LTE:SIGN<i>:CONNection:SCC<c>:ASEMission:CAGGregation.

return:

value: NS01 | NS02 | NS03 | NS04 | NS05 | NS06 | NS07 | NS08 | NS09 | NS10 | NS11 | NS12 | NS13 | NS14 | NS15 | NS16 | NS17 | NS18 | NS19 | NS20 | NS21 | NS22 | NS23 | NS24 | NS25 | NS26 | NS27 | NS28 | NS29 | NS30 | NS31 | NS32 Value CA_NS_01 to CA_NS_32

get_value() NetworkSigValueNoCarrAggr[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:NSValue
value: enums.NetworkSigValueNoCarrAggr = driver.configure.multiEval.nsValue.get_value()

Selects the ‘network signaled value’ for measurements without carrier aggregation. For the combined signal path scenario, use CONFigure:LTE:SIGN<i>:CONNection:ASEMission.

return:

value: NS01 | … | NS288 Value NS_01 to NS_288

set_carrier_aggregation(value: NetworkSigValue) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:NSValue:CAGGregation
driver.configure.multiEval.nsValue.set_carrier_aggregation(value = enums.NetworkSigValue.NS01)

Selects the ‘network signaled value’ for measurements with carrier aggregation. For the combined signal path scenario, use CONFigure:LTE:SIGN<i>:CONNection:SCC<c>:ASEMission:CAGGregation.

param value:

NS01 | NS02 | NS03 | NS04 | NS05 | NS06 | NS07 | NS08 | NS09 | NS10 | NS11 | NS12 | NS13 | NS14 | NS15 | NS16 | NS17 | NS18 | NS19 | NS20 | NS21 | NS22 | NS23 | NS24 | NS25 | NS26 | NS27 | NS28 | NS29 | NS30 | NS31 | NS32 Value CA_NS_01 to CA_NS_32

set_value(value: NetworkSigValueNoCarrAggr) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:NSValue
driver.configure.multiEval.nsValue.set_value(value = enums.NetworkSigValueNoCarrAggr.NS01)

Selects the ‘network signaled value’ for measurements without carrier aggregation. For the combined signal path scenario, use CONFigure:LTE:SIGN<i>:CONNection:ASEMission.

param value:

NS01 | … | NS288 Value NS_01 to NS_288