RfSignalling

SCPI Commands :

[SOURce<HW>]:BB:T2DVb:L:RFSignalling:FREQuency
[SOURce<HW>]:BB:T2DVb:L:RFSignalling
class RfSignallingCls[source]

RfSignalling commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_frequency() int[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:L:RFSignalling:FREQuency
value: int = driver.source.bb.t2Dvb.lpy.rfSignalling.get_frequency()

Queries the signaled frequency in the L1 signaling.

return:

l_1_freq: integer Range: 0 to 4294967295, Unit: Hz

get_value() bool[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:L:RFSignalling
value: bool = driver.source.bb.t2Dvb.lpy.rfSignalling.get_value()
Queries the RF signaling state in L1.

INTRO_CMD_HELP: The setting depends on the setting of the ‘T2-MI Interface’:

  • ‘T2-MI Interface > Off’: 0x0000 0000 is sent.

  • ‘T2-MI Interface > On’: The value from the T2-MI stream is sent.

return:

rf_signalling: 1| ON| 0| OFF

set_value(rf_signalling: bool) None[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:L:RFSignalling
driver.source.bb.t2Dvb.lpy.rfSignalling.set_value(rf_signalling = False)
Queries the RF signaling state in L1.

INTRO_CMD_HELP: The setting depends on the setting of the ‘T2-MI Interface’:

  • ‘T2-MI Interface > Off’: 0x0000 0000 is sent.

  • ‘T2-MI Interface > On’: The value from the T2-MI stream is sent.

param rf_signalling:

1| ON| 0| OFF