Tperiod
SCPI Command :
[SENSe]:NR5G:DEMod:TPERiod
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() TperiodState[source]
# [SENSe]:NR5G:DEMod:TPERiod value: enums.TperiodState = driver.applications.k14Xnr5G.sense.nr5G.demod.tperiod.get()
Selects the time period of the transient.
- Returns:
state: US2 | US4 | US7 | US10 Transient period in us. Available transient periods depend on the selected subcarrier spacing.
- set(state: TperiodState) None[source]
# [SENSe]:NR5G:DEMod:TPERiod driver.applications.k14Xnr5G.sense.nr5G.demod.tperiod.set(state = enums.TperiodState.US10)
Selects the time period of the transient.
- Parameters:
state – US2 | US4 | US7 | US10 Transient period in us. Available transient periods depend on the selected subcarrier spacing.