Msd

SCPI Commands

SENSe:DATA:CONTrol:IMS<Ims>:ECALl:MSD
class Msd[source]

Msd commands group definition. 2 total commands, 1 Sub-groups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Count: int: No parameter help available

  • Msd: List[int]: No parameter help available

get(call_id: str, ims=<Ims.Default: -1>)GetStruct[source]
# SCPI: SENSe:DATA:CONTrol:IMS<Suffix>:ECALl:MSD
value: GetStruct = driver.sense.data.control.ims.ecall.msd.get(call_id = '1', ims = repcap.Ims.Default)

No command help available

param call_id

No help available

param ims

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Ims’)

return

structure: for return value, see the help for GetStruct structure arguments.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.data.control.ims.ecall.msd.clone()

Subgroups