Dvbs2

SCPI Commands :

[SOURce]:[IQCoder]:DVBS2:CONStel
[SOURce]:[IQCoder]:DVBS2:FECFrame
[SOURce]:[IQCoder]:DVBS2:INPut
[SOURce]:[IQCoder]:DVBS2:PILots
[SOURce]:[IQCoder]:DVBS2:RATE
class Dvbs2Cls[source]

Dvbs2 commands group definition. 5 total commands, 0 Subgroups, 5 group commands

get_constel() Dvbs2CodingConstelSfe[source]
# SCPI: [SOURce]:[IQCoder]:DVBS2:CONStel
value: enums.Dvbs2CodingConstelSfe = driver.source.iqcoder.dvbs2.get_constel()

No command help available

return:

constel_sfe: No help available

get_fec_frame() BicmFecFrame[source]
# SCPI: [SOURce]:[IQCoder]:DVBS2:FECFrame
value: enums.BicmFecFrame = driver.source.iqcoder.dvbs2.get_fec_frame()

No command help available

return:

fec_frame_sfe: No help available

get_input_py() CodingInputSignalInputAsi[source]
# SCPI: [SOURce]:[IQCoder]:DVBS2:INPut
value: enums.CodingInputSignalInputAsi = driver.source.iqcoder.dvbs2.get_input_py()

No command help available

return:

ipart_nput_sfe: No help available

get_pilots() bool[source]
# SCPI: [SOURce]:[IQCoder]:DVBS2:PILots
value: bool = driver.source.iqcoder.dvbs2.get_pilots()

No command help available

return:

pilots_sfe: No help available

get_rate() Dvbs2CodingCoderateSfe[source]
# SCPI: [SOURce]:[IQCoder]:DVBS2:RATE
value: enums.Dvbs2CodingCoderateSfe = driver.source.iqcoder.dvbs2.get_rate()

No command help available

return:

rate_sfe: No help available

set_constel(constel_sfe: Dvbs2CodingConstelSfe) None[source]
# SCPI: [SOURce]:[IQCoder]:DVBS2:CONStel
driver.source.iqcoder.dvbs2.set_constel(constel_sfe = enums.Dvbs2CodingConstelSfe.A16)

No command help available

param constel_sfe:

No help available

set_fec_frame(fec_frame_sfe: BicmFecFrame) None[source]
# SCPI: [SOURce]:[IQCoder]:DVBS2:FECFrame
driver.source.iqcoder.dvbs2.set_fec_frame(fec_frame_sfe = enums.BicmFecFrame.NORMal)

No command help available

param fec_frame_sfe:

No help available

set_input_py(ipart_nput_sfe: CodingInputSignalInputAsi) None[source]
# SCPI: [SOURce]:[IQCoder]:DVBS2:INPut
driver.source.iqcoder.dvbs2.set_input_py(ipart_nput_sfe = enums.CodingInputSignalInputAsi.ASI1)

No command help available

param ipart_nput_sfe:

No help available

set_pilots(pilots_sfe: bool) None[source]
# SCPI: [SOURce]:[IQCoder]:DVBS2:PILots
driver.source.iqcoder.dvbs2.set_pilots(pilots_sfe = False)

No command help available

param pilots_sfe:

No help available

set_rate(rate_sfe: Dvbs2CodingCoderateSfe) None[source]
# SCPI: [SOURce]:[IQCoder]:DVBS2:RATE
driver.source.iqcoder.dvbs2.set_rate(rate_sfe = enums.Dvbs2CodingCoderateSfe.R1_2)

No command help available

param rate_sfe:

No help available