Allocation

SCPI Commands :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:ALLocation:NSYMbols
CONFigure:NRSub:MEASurement<Instance>:MEValuation:ALLocation:SSYMbol
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_nsymbols() int[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:ALLocation:NSYMbols
value: int = driver.configure.nrSubMeas.multiEval.allocation.get_nsymbols()

No help available

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

No help available

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

No help available

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

No help available