LogPoint<IndexNull>
RepCap Settings
# Range: Nr0 .. Nr63
rc = driver.source.bb.eutra.logGen.downlink.logPoint.repcap_indexNull_get()
driver.source.bb.eutra.logGen.downlink.logPoint.repcap_indexNull_set(repcap.IndexNull.Nr0)
SCPI Command :
[SOURce<HW>]:BB:EUTRa:LOGGen:DL:LOGPoint<CH0>
- class LogPointCls[source]
LogPoint commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: IndexNull, default value after init: IndexNull.Nr0
- get(indexNull=IndexNull.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:LOGGen:DL:LOGPoint<CH0> value: bool = driver.source.bb.eutra.logGen.downlink.logPoint.get(indexNull = repcap.IndexNull.Default)
No command help available
- param indexNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘LogPoint’)
- return
log_point_state: No help available
- set(log_point_state: bool, indexNull=IndexNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:LOGGen:DL:LOGPoint<CH0> driver.source.bb.eutra.logGen.downlink.logPoint.set(log_point_state = False, indexNull = repcap.IndexNull.Default)
No command help available
- param log_point_state
No help available
- param indexNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘LogPoint’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.eutra.logGen.downlink.logPoint.clone()