Limit

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:PRACh:LIMit:FERRor
Commands in total: 9
Subgroups: 4
Direct child commands: 1
get_freq_error() float | bool[source]
# CONFigure:NRSub:MEASurement<Instance>:PRACh:LIMit:FERRor
value: float | bool = driver.configure.nrSubMeas.prach.limit.get_freq_error()

Defines an upper limit for the carrier frequency error.

Returns:

frequency_error: (float or boolean) numeric | ON | OFF

set_freq_error(frequency_error: float | bool) None[source]
# CONFigure:NRSub:MEASurement<Instance>:PRACh:LIMit:FERRor
driver.configure.nrSubMeas.prach.limit.set_freq_error(frequency_error = 1.0)

Defines an upper limit for the carrier frequency error.

Parameters:

frequency_error – (float or boolean) numeric | ON | OFF

Cloning the Group

# Create a copy of the original group, that exists independently
limit_copy = driver.configure.nrSubMeas.prach.limit.clone()

Subgroups