Tcoverage
SCPI Command :
[SOURce<HW>]:REGenerator:OBJect<CH>:RCS:TCOVerage
- class TcoverageCls[source]
Tcoverage commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(objectIx=ObjectIx.Default) float [source]
# SCPI: [SOURce<HW>]:REGenerator:OBJect<CH>:RCS:TCOVerage value: float = driver.source.regenerator.object.rcs.tcoverage.get(objectIx = repcap.ObjectIx.Default)
Sets the test coverage.
- param objectIx:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)
- return:
test_coverage: float Range: 0.01 to 99.99
- set(test_coverage: float, objectIx=ObjectIx.Default) None [source]
# SCPI: [SOURce<HW>]:REGenerator:OBJect<CH>:RCS:TCOVerage driver.source.regenerator.object.rcs.tcoverage.set(test_coverage = 1.0, objectIx = repcap.ObjectIx.Default)
Sets the test coverage.
- param test_coverage:
float Range: 0.01 to 99.99
- param objectIx:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)