Lhdr
SCPI Command :
[SOURce<HW>]:BB:WLAY:PCONfig:LHDR:GITYpe
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get_gi_type() SequenceLength[source]
# [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.
- Returns:
gi_type: SHORT | NORMAL | LONG
- set_gi_type(gi_type: SequenceLength) None[source]
# [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.
- Parameters:
gi_type – SHORT | NORMAL | LONG
Cloning the Group
# Create a copy of the original group, that exists independently
lhdr_copy = driver.source.bb.wlay.pconfig.lhdr.clone()
Subgroups