Lhdr

SCPI Command :

[SOURce<HW>]:BB:WLAY:PCONfig:LHDR:GITYpe
class LhdrCls[source]

Lhdr commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get_gi_type() RsSmw.enums.SequenceLength[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:LHDR:GITYpe
value: enums.SequenceLength = driver.source.bb.wlay.pconfig.lhdr.get_gi_type()

Selects the type of the guard interval (GI) . You can select between GI types short, normal or long.

return

gi_type: SHORT| NORMAL| LONG

set_gi_type(gi_type: RsSmw.enums.SequenceLength) None[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:LHDR:GITYpe
driver.source.bb.wlay.pconfig.lhdr.set_gi_type(gi_type = enums.SequenceLength.LONG)

Selects the type of the guard interval (GI) . You can select between GI types short, normal or long.

param gi_type

SHORT| NORMAL| LONG

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.wlay.pconfig.lhdr.clone()

Subgroups