CpnSequence

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBX:CPNSequence:STATe
class CpnSequenceCls[source]

CpnSequence commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [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.

return

complete_pn_seq: 1| ON| 0| OFF

set_state(complete_pn_seq: bool) None[source]
# SCPI: [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.

param complete_pn_seq

1| ON| 0| OFF