Tperiod

SCPI Command :

[SENSe]:NR5G:DEMod:TPERiod
class TperiodCls[source]

Tperiod commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.TperiodState[source]
# SCPI: [SENSe]:NR5G:DEMod:TPERiod
value: enums.TperiodState = driver.applications.k14Xnr5G.sense.nr5G.demod.tperiod.get()

Selects the time period of the transient.

return

state: US2 | US4 | US7 | US10 Transient period in us. Available transient periods depend on the selected subcarrier spacing.

set(state: RsFsw.enums.TperiodState) None[source]
# SCPI: [SENSe]:NR5G:DEMod:TPERiod
driver.applications.k14Xnr5G.sense.nr5G.demod.tperiod.set(state = enums.TperiodState.US10)

Selects the time period of the transient.

param state

US2 | US4 | US7 | US10 Transient period in us. Available transient periods depend on the selected subcarrier spacing.