CpnSequence

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBX:CPNSequence:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:DVB:DVBX:CPNSequence:STATe
value: bool = driver.source.bb.dvb.dvbx.cpnSequence.get_state()

Activates transmission of the complete sequence of pseudo-random noise bits within the baseband frame.

Returns:

complete_pn_seq: 1 | ON | 0| OFF

set_state(complete_pn_seq: bool) None[source]
# [SOURce<HW>]:BB:DVB:DVBX:CPNSequence:STATe
driver.source.bb.dvb.dvbx.cpnSequence.set_state(complete_pn_seq = False)

Activates transmission of the complete sequence of pseudo-random noise bits within the baseband frame.

Parameters:

complete_pn_seq – 1 | ON | 0| OFF