EcpState
SCPI Command :
[SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:ECPState
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(output=Output.Default) bool[source]
# [SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:ECPState value: bool = driver.source.bb.nr5G.trigger.output.ecpState.get(output = repcap.Output.Default)
Enables/disables the extended cyclic prefix (ECP) for a UL/DL pattern containing a marker.
- Parameters:
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- Returns:
scs_ecp_state: 1 | ON | 0| OFF 0 | OFF Disables the ECP. 1 | ON Enables the ECP.