Info

SCPI Commands :

[SOURce<HW>]:BB:T2DVb:INFO:DP
[SOURce<HW>]:BB:T2DVb:INFO:DPUSed
[SOURce<HW>]:BB:T2DVb:INFO:POSBits
[SOURce<HW>]:BB:T2DVb:INFO:POSCells
[SOURce<HW>]:BB:T2DVb:INFO:PREBits
[SOURce<HW>]:BB:T2DVb:INFO:PRECells
[SOURce<HW>]:BB:T2DVb:INFO:TF
[SOURce<HW>]:BB:T2DVb:INFO:TFEF
[SOURce<HW>]:BB:T2DVb:INFO:TP1
[SOURce<HW>]:BB:T2DVb:INFO:TP2
[SOURce<HW>]:BB:T2DVb:INFO:TS
[SOURce<HW>]:BB:T2DVb:INFO:TSF
class InfoCls[source]

Info commands group definition. 12 total commands, 0 Subgroups, 12 group commands

get_dp() int[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:INFO:DP
value: int = driver.source.bb.t2Dvb.info.get_dp()

Queries the maximum possible number of PLP data cells in the T2 frame.

return:

dplp: integer Range: 0 to 1E7

get_dp_used() int[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:INFO:DPUSed
value: int = driver.source.bb.t2Dvb.info.get_dp_used()

Queries the current number of PLP data cells in the T2 frame.

return:

dplp_used: integer Range: 0 to 1E7

get_posbits() int[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:INFO:POSBits
value: int = driver.source.bb.t2Dvb.info.get_posbits()

Queries the L1-post signaling length in bits.

return:

l_1_post_sig_bits: integer Range: 0 to 262175

get_poscells() int[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:INFO:POSCells
value: int = driver.source.bb.t2Dvb.info.get_poscells()

Queries the L1-post signaling length in cells.

return:

l_1_post_sig_cells: integer Range: 0 to 262143

get_prebits() int[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:INFO:PREBits
value: int = driver.source.bb.t2Dvb.info.get_prebits()

Queries the L1-pre signaling length in bits.

return:

l_1_pre_sig_bits: integer Range: 0 to 200

get_precells() int[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:INFO:PRECells
value: int = driver.source.bb.t2Dvb.info.get_precells()

Queries the L1-pre signaling length in cells.

return:

l_1_pre_sig_cells: integer Range: 0 to 1840

get_tf() float[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:INFO:TF
value: float = driver.source.bb.t2Dvb.info.get_tf()

Queries the T2 frame duration.

return:

t_2_frame_duration: float Range: 0 to 0.999999

get_tfef() int[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:INFO:TFEF
value: int = driver.source.bb.t2Dvb.info.get_tfef()

Queries the future extension frame duration.

return:

fef_dur: integer Range: 0 to 9.999999

get_tp_1() float[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:INFO:TP1
value: float = driver.source.bb.t2Dvb.info.get_tp_1()

Queries the P1 symbol duration.

return:

p_1_symbol_dur: float Range: 0 to 0.001000

get_tp_2() float[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:INFO:TP2
value: float = driver.source.bb.t2Dvb.info.get_tp_2()

Queries the P2 and data symbol duration.

return:

ofdm_symbol_dur: float Range: 0 to 0.010000

get_ts() float[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:INFO:TS
value: float = driver.source.bb.t2Dvb.info.get_ts()

Queries the P2 and data symbol duration.

return:

ofdm_symbol_dur: float Range: 0 to 0.010000

get_tsf() float[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:INFO:TSF
value: float = driver.source.bb.t2Dvb.info.get_tsf()

Queries the super frame duration.

return:

super_frame_duration: float Range: 0 to 999.999999