S30K

SCPI Commands :

[SOURce<HW>]:BB:NR5G:OUTPut:TDWind:S30K:TRTSamples
[SOURce<HW>]:BB:NR5G:OUTPut:TDWind:S30K:TRTime
class S30KCls[source]

S30K commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_tr_time() float[source]
# SCPI: [SOURce<HW>]:BB:NR5G:OUTPut:TDWind:S30K:TRTime
value: float = driver.source.bb.nr5G.output.tdWind.s30K.get_tr_time()
Sets the transition time when time domain windowing is active.

INTRO_CMD_HELP: The next to last block in the command syntax indicates the used SCS and CP combination.

  • DL: SE<SCS>K, where E indicates the extended CP or for normal CP, the designation is omitted

return:

transition_time: float Range: 0 to 1E-5

get_trtsamples() int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:OUTPut:TDWind:S30K:TRTSamples
value: int = driver.source.bb.nr5G.output.tdWind.s30K.get_trtsamples()
Queries the number of transition samples.

INTRO_CMD_HELP: The next to last block in the command syntax indicates the used SCS and CP combination.

  • DL: SE<SCS>K, where E indicates the extended CP or for normal CP, the designation is omitted

return:

transition_sampl: integer Range: 0 to 1000