Binomial

SCPI Commands :

IPM:BINomial:PVAL1
IPM:BINomial:VAL1
IPM:BINomial:VAL2
class BinomialCls[source]

Binomial commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_pval_1() float[source]
# SCPI: IPM:BINomial:PVAL1
value: float = driver.ipm.binomial.get_pval_1()

Sets the probability of occurrence of value 1 in the binomial distribution function.

return:

pval_1: float Range: 0 to 100, Unit: PCT

get_val_1() float[source]
# SCPI: IPM:BINomial:VAL1
value: float = driver.ipm.binomial.get_val_1()

Sets the values of the binomial distribution function.

return:

val_1: No help available

get_val_2() float[source]
# SCPI: IPM:BINomial:VAL2
value: float = driver.ipm.binomial.get_val_2()

Sets the values of the binomial distribution function.

return:

val_2: float Range: -1e+09 to 1e+09

set_pval_1(pval_1: float) None[source]
# SCPI: IPM:BINomial:PVAL1
driver.ipm.binomial.set_pval_1(pval_1 = 1.0)

Sets the probability of occurrence of value 1 in the binomial distribution function.

param pval_1:

float Range: 0 to 100, Unit: PCT

set_val_1(val_1: float) None[source]
# SCPI: IPM:BINomial:VAL1
driver.ipm.binomial.set_val_1(val_1 = 1.0)

Sets the values of the binomial distribution function.

param val_1:

float Range: -1e+09 to 1e+09

set_val_2(val_2: float) None[source]
# SCPI: IPM:BINomial:VAL2
driver.ipm.binomial.set_val_2(val_2 = 1.0)

Sets the values of the binomial distribution function.

param val_2:

float Range: -1e+09 to 1e+09