Guard

SCPI Command :

[SOURce<HW>]:BB:DVBT:GUARd:INTerval
class GuardCls[source]

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

get_interval() DvbtCodingGuardInterval[source]
# SCPI: [SOURce<HW>]:BB:DVBT:GUARd:INTerval
value: enums.DvbtCodingGuardInterval = driver.source.bb.dvbt.guard.get_interval()

Sets the guard interval. The interval is expressed in fractions of the useful part of the OFDM symbol period Tu.

return:

guard_int: G1_32| G1_16| G1| G1_| G1_8| G1_4

set_interval(guard_int: DvbtCodingGuardInterval) None[source]
# SCPI: [SOURce<HW>]:BB:DVBT:GUARd:INTerval
driver.source.bb.dvbt.guard.set_interval(guard_int = enums.DvbtCodingGuardInterval.G1)

Sets the guard interval. The interval is expressed in fractions of the useful part of the OFDM symbol period Tu.

param guard_int:

G1_32| G1_16| G1| G1_| G1_8| G1_4