Cspath
SCPI Command :
ROUTe:NRSub:MEASurement<Instance>:SCENario:CSPath
- class CspathCls[source]
Cspath commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class CspathStruct[source]
Response structure. Fields:
Master: str: No parameter help available
Carrier: str: No parameter help available
- get() CspathStruct[source]
# SCPI: ROUTe:NRSub:MEASurement<Instance>:SCENario:CSPath value: CspathStruct = driver.route.nrSubMeas.scenario.cspath.get()
No command help available
- return:
structure: for return value, see the help for CspathStruct structure arguments.
- set(master: str, carrier: str = None) None[source]
# SCPI: ROUTe:NRSub:MEASurement<Instance>:SCENario:CSPath driver.route.nrSubMeas.scenario.cspath.set(master = 'abc', carrier = 'abc')
No command help available
- param master:
No help available
- param carrier:
No help available