Pattern

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:ULDL:PATTern
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class GetStruct[source]

Response structure. Fields:

  • 1 Dl_Slots: int: Specifies ‘nrofDownlinkSlots’.

  • 2 Dl_Symbols: int: Specifies ‘nrofDownlinkSymbols’.

  • 3 Ul_Slots: int: Specifies ‘nrofUplinkSlots’.

  • 4 Ul_Symbols: int: Specifies ‘nrofUplinkSymbols’.

get(sc_spacing: SubCarrSpacing) GetStruct[source]
# CONFigure:NRSub:MEASurement<Instance>:ULDL:PATTern
value: GetStruct = driver.configure.nrSubMeas.ulDl.pattern.get(sc_spacing = enums.SubCarrSpacing.S15K)

Configures the TDD UL-DL pattern for the <SCSpacing>. The ranges have dependencies, see ‘TDD UL-DL configuration’.

Parameters:

sc_spacing – Subcarrier spacing for which the other settings apply.

Returns:

structure: for return value, see the help for GetStruct structure arguments.

set(sc_spacing: SubCarrSpacing, dl_slots: int, dl_symbols: int, ul_slots: int, ul_symbols: int) None[source]
# CONFigure:NRSub:MEASurement<Instance>:ULDL:PATTern
driver.configure.nrSubMeas.ulDl.pattern.set(sc_spacing = enums.SubCarrSpacing.S15K, dl_slots = 1, dl_symbols = 1, ul_slots = 1, ul_symbols = 1)

Configures the TDD UL-DL pattern for the <SCSpacing>. The ranges have dependencies, see ‘TDD UL-DL configuration’.

Parameters:
  • sc_spacing – Subcarrier spacing for which the other settings apply.

  • dl_slots – Specifies ‘nrofDownlinkSlots’.

  • dl_symbols – Specifies ‘nrofDownlinkSymbols’.

  • ul_slots – Specifies ‘nrofUplinkSlots’.

  • ul_symbols – Specifies ‘nrofUplinkSymbols’.