Output

SCPI Commands :

[SOURce<HW>]:BB:NR5G:OUTPut:ACLRopt
[SOURce<HW>]:BB:NR5G:OUTPut:CLEVel
[SOURce<HW>]:BB:NR5G:OUTPut:CMODe
[SOURce<HW>]:BB:NR5G:OUTPut:FMODe
[SOURce<HW>]:BB:NR5G:OUTPut:SAMRmode
[SOURce<HW>]:BB:NR5G:OUTPut:SUSLen
Commands in total: 61
Subgroups: 8
Direct child commands: 6
get_aclr_opt() AclrMode[source]
# [SOURce<HW>]:BB:NR5G:OUTPut:ACLRopt
value: enums.AclrMode = driver.source.bb.nr5G.output.get_aclr_opt()

No help available

get_clevel() int[source]
# [SOURce<HW>]:BB:NR5G:OUTPut:CLEVel
value: int = driver.source.bb.nr5G.output.get_clevel()

Sets the limit for level clipping.

Returns:

clipping_level: integer Range: 1 to 100

get_cmode() ClipMode[source]
# [SOURce<HW>]:BB:NR5G:OUTPut:CMODe
value: enums.ClipMode = driver.source.bb.nr5G.output.get_cmode()

Sets the method for level clipping.

Returns:

clipping_mode: VECTor | SCALar

get_fmode() FilterMode[source]
# [SOURce<HW>]:BB:NR5G:OUTPut:FMODe
value: enums.FilterMode = driver.source.bb.nr5G.output.get_fmode()

Defines if and how the filter is applied, on the whole channel bandwidth or on the individual BWPs separately.

Returns:

filter_bwp: CBW | BWP | OFF | FAST | 2| 1 | 0| USER | EVM | ALC ALC Applies a filter to each allocation. BWP | 1 Applies a filter to each bandwidth part. CBW | 0 Applies the channel BW filter. EVM Applies a filter to optimze the EVM. FAST | 2 Applies fast filtering. OFF No filter. USER Applies a custom filter.

get_samr_mode() SampRateModeRange[source]
# [SOURce<HW>]:BB:NR5G:OUTPut:SAMRmode
value: enums.SampRateModeRange = driver.source.bb.nr5G.output.get_samr_mode()

Sets the sample rate mode.

Returns:

samp_rate_mode: MIN | FFT

get_suslen() int[source]
# [SOURce<HW>]:BB:NR5G:OUTPut:SUSLen
value: int = driver.source.bb.nr5G.output.get_suslen()

Sets the sequence length of the signal in terms of subframes.

Cloning the Group

# Create a copy of the original group, that exists independently
output_copy = driver.source.bb.nr5G.output.clone()

Subgroups