Psk
SCPI Command :
[SOURce<HW>]:BB:WLAY:PCONfig:PSK:STATe
- class PskCls[source]
Psk commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [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.
- return:
psk_state: 1| ON| 0| OFF
- set_state(psk_state: bool) None [source]
# SCPI: [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.
- param psk_state:
1| ON| 0| OFF