Correction

SCPI Commands

CORRection:LENGth
class CorrectionCls[source]

Correction commands group definition. 13 total commands, 4 Subgroups, 1 group commands

get_length() float[source]
# SCPI: CORRection:LENGth
value: float = driver.correction.get_length()

Sets the length of the leads to the connected test fixture i.e. the DUT.

return:

cable_length: No help available

set_length(cable_length: float) None[source]
# SCPI: CORRection:LENGth
driver.correction.set_length(cable_length = 1.0)

Sets the length of the leads to the connected test fixture i.e. the DUT.

param cable_length:

No help available

Subgroups