Allocation

SCPI Commands :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:ALLocation:NSYMbols
CONFigure:NRSub:MEASurement<Instance>:MEValuation:ALLocation:SSYMbol
class AllocationCls[source]

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

get_nsymbols() int[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:ALLocation:NSYMbols
value: int = driver.configure.nrSubMeas.multiEval.allocation.get_nsymbols()

No command help available

return:

no_symbols: No help available

get_ssymbol() int[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:ALLocation:SSYMbol
value: int = driver.configure.nrSubMeas.multiEval.allocation.get_ssymbol()

No command help available

return:

start_symbol: No help available

set_nsymbols(no_symbols: int) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:ALLocation:NSYMbols
driver.configure.nrSubMeas.multiEval.allocation.set_nsymbols(no_symbols = 1)

No command help available

param no_symbols:

No help available

set_ssymbol(start_symbol: int) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:ALLocation:SSYMbol
driver.configure.nrSubMeas.multiEval.allocation.set_ssymbol(start_symbol = 1)

No command help available

param start_symbol:

No help available