Psk

SCPI Command :

[SOURce<HW>]:BB:WLAY:PCONfig:PSK:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:WLAY:PCONfig:PSK:STATe
value: bool = driver.source.bb.wlay.pconfig.psk.get_state()

Activates Pi/2-8PSK modulation. If activated, the bit in the Pi/2-8-PSK Applied field is 1. If deactivated, applies Pi/2-16QAM modulation. The bit in the Pi/2-8-PSK Applied field is 0.

Returns:

psk_state: 1 | ON | 0| OFF

set_state(psk_state: bool) None[source]
# [SOURce<HW>]:BB:WLAY:PCONfig:PSK:STATe
driver.source.bb.wlay.pconfig.psk.set_state(psk_state = False)

Activates Pi/2-8PSK modulation. If activated, the bit in the Pi/2-8-PSK Applied field is 1. If deactivated, applies Pi/2-16QAM modulation. The bit in the Pi/2-8-PSK Applied field is 0.

Parameters:

psk_state – 1 | ON | 0| OFF