LogPoint<IndexNull>

SCPI Command :

[SOURce<HW>]:BB:EUTRa:LOGGen:UL:LOGPoint<CH0>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr0 .. Nr63

driver.source.bb.eutra.logGen.uplink.logPoint.repcap_indexNull_set(repcap.IndexNull.Nr0)
get(indexNull=IndexNull.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:LOGGen:UL:LOGPoint<CH0>
value: bool = driver.source.bb.eutra.logGen.uplink.logPoint.get(indexNull = repcap.IndexNull.Default)

Enables/disables one particular logging point. Refer to ‘Signal processing chains and logging points’ for description on the available logging points.

Parameters:

indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘LogPoint’)

Returns:

log_point_state: 1 | ON | 0| OFF

set(log_point_state: bool, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:LOGGen:UL:LOGPoint<CH0>
driver.source.bb.eutra.logGen.uplink.logPoint.set(log_point_state = False, indexNull = repcap.IndexNull.Default)

Enables/disables one particular logging point. Refer to ‘Signal processing chains and logging points’ for description on the available logging points.

Parameters:
  • log_point_state – 1 | ON | 0| OFF

  • indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘LogPoint’)

Cloning the Group

# Create a copy of the original group, that exists independently
logPoint_copy = driver.source.bb.eutra.logGen.uplink.logPoint.clone()