SbTransient
SCPI Command :
[SENSe]:NR5G:DEMod:SBTRansient
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# [SENSe]:NR5G:DEMod:SBTRansient value: str = driver.applications.k14Xnr5G.sense.nr5G.demod.sbTransient.get()
Selects the symbol right before the transient period. Prerequisites for this command
Select a transient period != 10 us (method
RsFsw.applications.k14Xnr5G.sense.nr5G.demod.tperiod.set()) .
- Returns:
symbol: String containing the symbol numbers as a comma separated list.
- set(symbol: str) None[source]
# [SENSe]:NR5G:DEMod:SBTRansient driver.applications.k14Xnr5G.sense.nr5G.demod.sbTransient.set(symbol = 'abc')
Selects the symbol right before the transient period. Prerequisites for this command
Select a transient period != 10 us (method
RsFsw.applications.k14Xnr5G.sense.nr5G.demod.tperiod.set()) .
- Parameters:
symbol – String containing the symbol numbers as a comma separated list.