Write/Read
About Balanced Measurements

BalSMeasurement Property


Description

Sets and returns the measurement for the Balanced - Single-ended topology.

 VB Syntax

balMeas.BalSMeasurement = value

Variable

(Type) - Description

balMeas

A BalancedMeasurement (object)

value

(String) - Balanced - Single-ended measurement parameter. Not case sensitive. Choose from:

 

Sdd11

Sdc11

Sds12

Scd11

Scc11

Scs12

Ssd21

Ssc21

Sss22

Imb

CMRR1
(Ssd21/Ssc21)

CMRR2
(Sds12/Scs12)

Return Type

String

Default

Sdd11

Examples

balMeas.BalSMeasurement = "Sdd11" 'Write

variable = balMeas.BalSMeasurement  'Read

C++ Syntax

HRESULT get_BalSMeasurement(BSTR *pVal)

HRESULT put_BalSMeasurement(BSTR newVal)

Interface

IBalancedMeasurement3


Last Modified:

Unknown

MX New topic