Tcoverage

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect<CH>:RCS:TCOVerage
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(objectIx=ObjectIx.Default) float[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:RCS:TCOVerage
value: float = driver.source.regenerator.object.rcs.tcoverage.get(objectIx = repcap.ObjectIx.Default)

Sets the test coverage.

Parameters:

objectIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)

Returns:

test_coverage: float Range: 0.01 to 99.99

set(test_coverage: float, objectIx=ObjectIx.Default) None[source]
# [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.

Parameters:
  • test_coverage – float Range: 0.01 to 99.99

  • objectIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)