Ptrs

SCPI Command :

[SOURce<HW>]:BB:NR5G:TCW:WS:PTRS:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:NR5G:TCW:WS:PTRS:STATe
value: bool = driver.source.bb.nr5G.tcw.ws.ptrs.get_state()

Enables PTRS (phase-tracking reference signal) for the wanted signal of the ‘Test Case’’8.2.1 OTA PUSCH’ and ‘8.2.3 OTA UCI multiplexed on PUSCH’ with ‘Base Station Type’’2-O’.

Returns:

ptrs: 1 | ON | 0| OFF

set_state(ptrs: bool) None[source]
# [SOURce<HW>]:BB:NR5G:TCW:WS:PTRS:STATe
driver.source.bb.nr5G.tcw.ws.ptrs.set_state(ptrs = False)

Enables PTRS (phase-tracking reference signal) for the wanted signal of the ‘Test Case’’8.2.1 OTA PUSCH’ and ‘8.2.3 OTA UCI multiplexed on PUSCH’ with ‘Base Station Type’’2-O’.

Parameters:

ptrs – 1 | ON | 0| OFF