Transmit Npdu

Transmits npdu frame on channel with name channel_name and returns status as bool

Arguments Description

channel_name (str): name of channel

npdu (_type_): NPdu_Element

trig_mode (int, optional): trigger mode (0: Buffered and 1: Direct). Defaults to 0.

Returns

bool: True if npdu frame transmitted; otherwise False.

Examples

Transmit Npdu ${channel_name} ${trig_mode}